Jump to content

Jquery 10.2.1Friendly Image Rotator


jason360

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.