jQuery Thickbox:从 iframe 页面内容事件中关闭 lightbox
我已经在我的页面中实现了 jquery 厚框,以在 light bix 中显示另一个页面内容。我使用厚框的 iFrame 模式来执行此操作。现在我在页面中有一个 asp.net 链接按钮,该按钮显示在灯箱。 我想在单击此链接(位于内页中)时从客户端关闭灯箱。我必须使用哪个功能? 有什么建议吗?
I have implemented the jquery thick box in my page to show another page content in the light bix.I used the iFrame mode of thick box to do this.Now i have a asp.net link button in the page which is being show in the light box. I want to close the light box from client side when this link(in the inner page) is clicked .Which function i have to use ? Any advice ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用于关闭厚盒的方法是 tb_remove()
要从 iframe 内容调用它,您只需调用 iframe 父级的方法即可。
所以
应该解决这个问题。
只需在链接上添加事件(嵌入似乎更简单)
The method used to close the thickbox is tb_remove()
To call it from an iframed content, you just have to call the method for the iframe parent.
So
Should do the trick.
Just add the event on your link ( embed seem the easier way )