开发者

jcarousellite circular items help with cloned items

开发者 https://www.devze.com 2023-03-10 11:00 出处:网络
Hey guys, I am using the jcarous开发者_JS百科ellite to display items that are set to circular so it scrolls back around...However the items that scroll around are actually clones and dynamically gener

Hey guys, I am using the jcarous开发者_JS百科ellite 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消