View Single Post
Old 10-01-2012, 07:12 AM   PM User | #1
mwx6205
New Coder

 
Join Date: Jun 2012
Posts: 44
Thanks: 17
Thanked 0 Times in 0 Posts
mwx6205 is an unknown quantity at this point
SCRIPT438: Object doesn't support property or method 'placeholder'

Hi guys,

I met this error from IE9,

Code:
<script>
    $(function(){
      $(':input[placeholder]').placeholder(); (line 9 here) 
    });
  </script>
this is the code that I am using to display placeholder in IE9(but for sure it has .js files) and then IE9 telling me I have this SCRIPT438: Object doesn't support property or method 'placeholder' tabs.php, line 9 character 7 error, but it doesn't have problem on my other pages, they work well.

So what exactly problem is this?

Thanks & cheers..

Last edited by mwx6205; 10-01-2012 at 09:38 AM..
mwx6205 is offline   Reply With Quote