Jquery BlockUI Iframe
我想使用 BlockUI jQuery 插件来阻止 IFRAME 元素。
请给我一个例子如何做到这一点。
I want to block an IFRAME element using the BlockUI jQuery plugin.
Please give me an example how to do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否考虑过查看 BlockUI 文档?
我认为 http://jquery.malsup.com/block/#element 正是您想要的想。
我不完全确定在 iframe 加载外部站点的情况下这是否有效,因为它似乎修改了元素的 DOM,而不仅仅是在元素外部创建了一个覆盖层。
Have you considered looking at the BlockUI docs?
I think http://jquery.malsup.com/block/#element is exactly what you want.
I'm not completely sure if that works in case the iframe loaded an external site though as it seems to modify the element's DOM and not just create an overlay outside of the element.
我相信这就是你所追求的。正如 ThiefMaster 所解释的,您需要在 iframe 周围包装一个外部 DIV 元素。
<代码>
<代码>
I believe this is what your after. As ThiefMaster explained, you need to wrap an external DIV element around the iframe.
在 jquery.block.js 之前包含脚本 jquery.min.js,
工作示例:
include script jquery.min.js before jquery.block.js,
working example: