> > Can I clear out what was previously loaded, so the only the selected
> > category is being viewed?
>
> Yes.  Stop the slideshow, empty it, reload it, and then restart it.
>
> var $slideshow = $('#slideshow').cycle('stop').empty();
> $slideshow.append( mySlide1);
> $slideshow.append( mySlide2);
> etc...
> $slideshow.cycle();

Mike, If I call  var $slideshow = $
('#slideshow').cycle('stop').empty();  when it is not running  and is
empty will it error out?

Thanks!

Reply via email to