jQuery iframe 和灯箱效果
我在同一个域的 iframe 中保存了许多图像,但我希望能够对图像应用单击功能,以便当单击它时,它会从 iframe 中弹出并进入父正文。
理想情况下,我不想将 jQuery 插入 iframe 主体中,只需将其存在于父主体中即可。
有人能想到我该怎么做吗?
I have a number of image held in an iframe, on the same domain, but I want to be able to apply a click function to the image so that when its clicked it pops out of the iframe and into the parent body.
Ideally I dont want to have to insert the jQuery into the iframe body, just have it present in the parent body.
Can anyone think of how I might go about this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
iframe 文档中不需要任何脚本,使用 jQuery 的 $(selector).each() 功能绝对可以提高效率。希望这有帮助!
Try this:
No script necessary in the iframe document, could definitely be made more efficient with jQuery's $(selector).each() functionality. Hope this helps!