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..