jason360 Posted January 17, 2014 Share Posted January 17, 2014 Hey Guys, I have an image rotator that works great with jquery 1.6.4, but I have to run 1.10.2 now and I would like to know if I can make the image script work with 1.10.2. This is what works with 1.6.4, but not with 1.10.2 Any ideas? Thanks! $(document).ready(function(){ $('#products').slides({ preload: true, preloadImage: '../images/imgslide/loading.gif', effect: 'slide, fade', crossfade: true, slideSpeed: 350, fadeSpeed: 500, generateNextPrev: true, generatePagination: false }); }); Link to comment https://forums.phpfreaks.com/topic/285437-jquery-1021friendly-image-rotator/ Share on other sites More sharing options...
jason360 Posted January 17, 2014 Author Share Posted January 17, 2014 Problem resolved. Link to comment https://forums.phpfreaks.com/topic/285437-jquery-1021friendly-image-rotator/#findComment-1465608 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.