jQuery 追加 html
jQuery('.block').append(html);
How do I run livequery on this append?
I've http://fancybox.net on my image, trying to execute it for appended html.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以这样做,以瞄准您的图像:
如果这不起作用,您可以在此处查看接受的答案:Fancybox,让 Fancybox 使用 LIVE() 绑定到加载后加载到页面上的项目
You can do this, to aim your images :
If that doesn't work, you can look the accepted answer here : Fancybox, getting Fancybox to bind using LIVE() to items being loaded onto the page after load
假设您在页面加载时执行了此操作:
并执行以下附加的更多
#myImages
:然后您可以将
.fancybox()
绑定到这些元素:Let's say you did this on page load:
And doing the following appended more
#myImages
:Then you can bind
.fancybox()
to just those elements: