[jQuery] Re: Dinamically add elements to a existing jCarouselLite

2007-08-22 Thread thorfinn
Hi Ganeshji, thanks for your reply, in fact i came to the same conclusion... I'm implementing now the jCarousel library, that despite the fact that it is a bit heavy seems to have the tools to insert content at runtime via the .add(itemIndex, innerHTML) function. Now i'm experiencing other sorts

[jQuery] Re: Dinamically add elements to a existing jCarouselLite

2007-08-21 Thread Ganeshji Marwaha
hi thorfinn, Using the present featureset of jCarouselLite, you will not be able to add content at run-time once the carousel is initialized. You have 2 options 1. To add the "li" elements before u even initialize the carousel 2. look into jCarousel. Although a bit heavy, it has a host of features