Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
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
Old 10-01-2012, 08:23 AM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,613
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Sounds like the placeholder plugin isn’t referenced.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 10-01-2012, 09:05 AM   PM User | #3
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
Hi VIPStephen,

Yup, you are right, but only occurred on tabs.php, others are working very well.
mwx6205 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:17 PM.


Advertisement
Log in to turn off these ads.