todd, how are you building two carousels on the same page? are you using the same css file to build them? how can i build two carousels with while referencing their own stylesheets.
On Jan 31, 4:17 pm, Todd <[EMAIL PROTECTED]> wrote: > I actually was able to figure out what the issue was. > > Since this error was happening on resize, I commented out > > $(window).bind('resize', function() { self.reload(); }); > > and for good measure, also commented out > > alert('jCarousel: No width/height set for items. This will cause an > infinite loop. Aborting...'); > > That seemed to do the trick. Now I can swap out carousels using show/ > hide with an onclick and when I resize the browser window, no alert. > > Once the page is up, I will post a link so others may benefit from how > it was built and use it for their own platforms. > > - Todd