> 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.
Can you post a link that shows the problem you're having?