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 }); }); Quote Link to comment https://forums.phpfreaks.com/topic/285437-jquery-1021friendly-image-rotator/ Share on other sites More sharing options...
Solution jason360 Posted January 17, 2014 Author Solution Share Posted January 17, 2014 Problem resolved. Quote Link to comment https://forums.phpfreaks.com/topic/285437-jquery-1021friendly-image-rotator/#findComment-1465608 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.