fancybox 在点击十字按钮以外的按钮时关闭
这是小提琴,fancybox 在单击弹出窗口内部时关闭,这是不正确的,它应该在单击右上角和弹出窗口外部的十字按钮时关闭。此外,当我包含 jquery.mousewheel-3.0.4.pack.js 时,它会在 firebug 中抛出 doctype 错误;
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;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将以下参数添加到 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...