> Any idea on how to stop/remove the cycle function and then restart it?
To stop: $('#mySlideshow').cycle('stop'); To restart (same as first start): $('#mySlideshow').cycle([ // your options here });
> Any idea on how to stop/remove the cycle function and then restart it?
To stop: $('#mySlideshow').cycle('stop'); To restart (same as first start): $('#mySlideshow').cycle([ // your options here });