headline says it all. on
$(elem).cycle("next");
the cycle lite version 1.7 resumes the slideshow with i dont know what settings (i have timeout: 0 and the slideshow moves on with something like timeout: 4000). but yeah, it moves on like somebody pressed "resume" but see for yourself:
headline says it all. on $(elem).cycle("next"); the cycle lite version 1.7 resumes the slideshow with i dont know what settings (i have timeout: 0 and the slideshow moves on with something like timeout: 4000). but yeah, it moves on like somebody pressed "resume" but see for yourself:
$(".post").each(function() { $(this).find(".images").cycle({ timeout: 0 }); }); setInterval(function() { $(".post:eq(" + Math.floor(Math.random() * $(".post").length) + ") .images").cycle("next"); }, 4000);
jquery.cycle.all.2.9999.81.js works as expected.