Jquery - Errors only in Internet Explorer

Posted by Gublooo on Stack Overflow See other posts from Stack Overflow or by Gublooo
Published on 2010-04-05T03:35:40Z Indexed on 2010/04/05 3:43 UTC
Read the original article Hit count: 347

Filed under:
|

Hey Guys

I am getting several errors only on IE8 running on my vista OS. On the other browsers (Chrome, FF, Safari) everything works fine. Not sure where to begin looking.

When I open a new IE8 browser and enter the homepage URL of my website - I get the following error and the page opens up blank:

Line: 19
Character: 12043
Code: 0
Error Message: Object required
URL: http://xyz.com/js/jquery.js

Then in one other place - I have a modal form which has a text area - when I start typing - after typing every character - this error shows up

Line: 19
Character: 30711
Code: 0
Error Message: 'this[...].style' is null or not an object
URL: http://xyz.com/js/jquery.js

Thanks for your help

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about internet-explorer