[jQuery] Re: jcarousel and ajax

2008-11-29 Thread matt
Ahhh ok this makes more sense. Now will this also solve the problem of the fact that it's storing the old carousel data? For example, I have a slideshow running, looping through each picture. I'm using this code: itemVisibleInCallback: {

[jQuery] Re: jcarousel and ajax

2008-11-28 Thread Denes PAL
Hi, when the page is loaded in the background (iframe, ajax) while using a loader animation, the ready event triggered before the items has been shown. So the jCarousel can not get the correct dimensions. The solution is to init jcarousel after the content has been shown, by explicitly call the i