网站上的 JavaScript 错误
我在我的网站 (http://beta.radonsystems.net) 上收到此 Javascript 错误:
TypeError: Result of expression 'b.support' [undefined] is not an object.
使用 jQuery Fancybox 插件。
此错误导致其余脚本无法正常运行。
我有什么想法可以解决这个问题吗?
谢谢
I'm getting this Javascript error on my website (http://beta.radonsystems.net):
TypeError: Result of expression 'b.support' [undefined] is not an object.
With the jQuery Fancybox plugin.
This error is preventing the rest of the scripts running correctly.
Any ideas of how I can solve this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 jquery tabs 插件丢失导致其他错误。这就是我的最终答案。 :)
Your jquery tabs plugin is missing causing other errors. That is my final answer. :)