I’ve been trying to put 2 instances of this script on my site for the whole day and I can’t get it to work. It’s either one or the other that works, but not both at the same time.
Can you tell me how to put 2 faders in the same page?
http://www.robpoyntz.com/blog/?p=223
Thanks a bunch.
I’m trying to do this :
$("#mediaslideshow").fadeTransition({
ignore: null,
delayStart: 0,
pauseTime: 3500,
transitionTime: 1500,
manualNavigation: false,
pauseOnMouseOver: true,
createNavButtons: false
});
$("#bannertroisquart").fadeTransition({
ignore: null,
delayStart: 0,
pauseTime: 3500,
transitionTime: 1500,
manualNavigation: false,
pauseOnMouseOver: true,
createNavButtons: false
});
This jQuery ‘pro’ recommends that you use a more solid plugin such as jQuery cycle. It’s in use by a much wider audience and has tons of options.
Basic jQuery cycle demos:
Awesome demos: