“$.support 未定义”
尝试将 fancybox 与 jQuery 一起使用时出现“$.support is undefined”错误。以前从未见过这个。
可能是由于 jQuery 冲突造成的?有什么想法吗?
jQuery 肯定正在运行,因为页面上使用它的其他元素工作正常。
"$.support is undefined" error when trying to use fancybox with jQuery. Never seen this before.
Could it be due to conflicting jQuerys? Any ideas?
jQuery is definitely being run, as the other elements on the page that utilize it work fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您是否确保 jquery 库位于 jquery fancy box 库之上?
例如,参见这个:
这是错误的
,这是正确的方法
did you make sure that the jquery library is on top of the jquery fancy box library?
see for example this one:
this is wrong
this is the right way
您是否在 jQuery 之前包含 fancybox JavaScript 文件?不。
Are you including the fancybox JavaScript file before jQuery? Don't.
您使用什么版本的 jQuery?
$.support 是 jQuery 1.3+ 中实现的功能
What version of jQuery are you using?
$.support is a feature implemented in jQuery 1.3+
您应该升级到最新的 jquery 版本。
You should upgrade to the latest jquery version.