[jQuery] Re: Skipping a slide with Cycle Plugin
I've found a way around this by keeping a separate list of all the slides and add the necessary ones before the slideshow ends with the addSlide method. This works fairly well, but there's an issue because it'll just keep creating new elements in the DOM. So I was wondering if there's a way to r
[jQuery] Skipping a slide with Cycle Plugin
Does anyone know how to disable a slide or skip one based on some dynamic piece of information? For example, I want to skip a particular slide based on the time of day.