I’ve to check if a jQuery Cycle slideshow is terminated.
I need to check this becouse I have multiple slideshow,
I run it in sequence, but, when the log ” [cycle] terminating; too few slides: 1 ” appears,
becouse the slideshow has only one page, it blocks all the Cycle options ‘after’ and ‘before’
and so it do not works.
I’ve to check if a jQuery Cycle slideshow is terminated. I need to check
Share
I’m not sure why it’s causing you problems, you might need to elaborate on the exact issue that’s happening. You could just check to see if any slides exist before initializing cycle, like so: