Thanks Mike,

I had assumed that stopping the 'cycle' would clear it and allow me to
reassign it, but apparently that isn't working.

I've tried
[code]
                                     $('div.allPops').cycle('stop');
                                        $('div#popList').empty();
                                        $('div#popList').html(response);
                                        wrapPopShows();
[/code]

Thinking that would 'reset'  the cycle to the initial state.
I've also tried using livequery with cycle, that is erroring out on
the cycle attributes.

On Nov 4, 12:37 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > 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
>
> });

Reply via email to