[jQuery] Re: JQuery Cycle Plugin Random Timeout
Hey thanks Mike, I got the random timeouts working, however all the slideshows fade in at the same time on the first transition... is there any way around that? Here is my code: $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade', timeout: 1,
[jQuery] JQuery Cycle Plugin Random Timeout
Hey, does anyone know how I can have the timeout change randomly for every slide? Thanks,