Thanks Mike, here's the link and a description of how to get it to not work..
http://zifimusic.com/cycle The cycle loads perfectly the first time (you see it load after a few seconds - it will say 'feature artists' , and that will scroll through the cycle). Then, if you filter the list of results with the 'find shows' button (select a different city, or genre, or dates), the shows will reload, and the featured shows will show-up, but the cycle doesn't start. The code which loads the 'feature artists' is the $ ('div#popList').html(response), but the upcoming artists is also loaded with the response code. On Nov 4, 4:50 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > 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?