IE Problem in jQuery

Posted by venkatachalam on Stack Overflow See other posts from Stack Overflow or by venkatachalam
Published on 2009-02-21T04:18:04Z Indexed on 2010/05/07 21:28 UTC
Read the original article Hit count: 99

Filed under:
|
|
|

I am using the jQuery plugin Cross Slide. My page is working fine in Chrome and Firefox. But in IE 7, I get:

Debug error as Object expected on line 1:

$(document).ready(function() {
    $('#image').crossSlide({sleep:4,fade:1},[{src:'images/1.jpg'},{src:'images/2.jpg'}]); 
});

How can I fix bug in IE 8 & 7?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ie7