fancybox 在点击十字按钮以外的按钮时关闭

发布于 2024-12-04 00:58:14 字数 242 浏览 2 评论 0原文

这是小提琴,fancybox 在单击弹出窗口内部时关闭,这是不正确的,它应该在单击右上角和弹出窗口外部的十字按钮时关闭。此外,当我包含 jquery.mousewheel-3.0.4.pack.js 时,它会在 firebug 中抛出 doctype 错误;

http://jsfiddle.net/refhat/PBAj9/

Here is the fiddle, The fancybox closes on clicking inside the popup, which is incorrect, It should close on on clicking the cross button at the top right corner and outside the popup. Further when I include the jquery.mousewheel-3.0.4.pack.js, It throws the doctype error in firebug;

http://jsfiddle.net/refhat/PBAj9/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴情换悲伤 2024-12-11 00:58:14

您需要将以下参数添加到 fancybox init 中:

'hideOnOverlayClick':false

尝试将鼠标滚轮脚本的 src 更改为:

http://www.fancybox.net/js/fancybox-1.3.4/jquery.mousewheel-3.0.4.pack.js

一些似乎存在一些权限问题他们的服务器上的资源。

如果这不能解决问题 - 你在 firebug 中遇到了什么问题?权限是我能看到的唯一问题......

You'll need to add the following parameter to the fancybox init:

'hideOnOverlayClick':false

Try changing the src of your mousewheel script to:

http://www.fancybox.net/js/fancybox-1.3.4/jquery.mousewheel-3.0.4.pack.js

There seem to be some permissions issues with some of the resources on their servers.

If this doesn't fix it - what issue are you getting in firebug? Permissions is the only problem I can see...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文