如何在facebox中模拟close()
我在我的页面之一中使用 Facebox 弹出窗口。我在弹出对话框中有一个按钮。当我单击该按钮时,facebox 弹出窗口应该关闭(与我们按弹出窗口外部时关闭的方式相同)。怎么做呢?
另外,当按下该按钮时,我正在执行一些 Ajax 操作,因此我无法覆盖 onClick 事件。
I am using facebox popup in one of my pages. I am having a button in the popup dialog. When I click that button the facebox popup should close (the same way it closes when we press outside the popup). How to do that?
Also, I am doing some Ajax stuff when that button is being pressed so I cannot override the onClick event.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
只要您实际上没有通过 onclick 设置事件处理程序,添加处理程序就不会覆盖现有的处理程序。
as long as you aren't actually setting event handlers through onclick, adding handlers won't override existing ones.
这是一个 onclick 版本 hack
here's an onclick version hack
要在代码中关闭 facbox,请触发:
For close the facbox in code, trigger:
我在关闭 Facebox 时遇到问题,打开它时出现的黑色覆盖层没有关闭。
我使用的解决方案是这样的:
背面是深色覆盖层的ID
希望这有用
来自西班牙的问候
I had a problem closing facebox, and was thay the dark overlay that appeared when opened it, didn´t close.
the solution I used was this one:
back is the id of the dark overlay
Hope this is usefull
Greetings from Spain