简体   繁体   中英

jQuery Gallery won't work in any version of Internet Explorer

I wrote my original jQuery code and saw that it wasn't working in any version of IE.

I used JSLint to figure out why it wasn't working in any version of internet explorer.

Here is my new code that I cleaned up using JSLint http://theburnmachinept.com/js/scripts.js .

This still refuses to work on any version of IE. AND to top it off it doesn't work on any browser now. I switched back to the ORIGINALscripts.js file for the time being. Can anyone find anything wrong with my code? The code in question is the gallery code that starts on line 17 and ends on line 126.

I would greatly appreciate any help anyone could offer.

I think, $('#image').hide(); causes it, try $('#image').fadeOut();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM