Hey guys, I am using the jcarousellite to display items that are set to circular so it scrolls back around...However the items that scroll around are actually clones and dynamically generated so when those items are in view, I can't click on them and pull the title via jQuery because they seem to not be bind...

So does anyone know how to live bind those items with this plugin?

link|improve this question

75% accept rate
@wdm - why should i accept answers that are not working for me? I will not blindly accept just to get my percentage up. – Rick Jun 3 '11 at 18:55
feedback

1 Answer

up vote 0 down vote accepted

Ok I dug through the code and researched the clone function and it turns out I just need to add clone(true) to the plugin and that will bind the cloned items to the parent dom element.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.