我在我的网站上收到一些控制台错误,这阻止了fancybox和流沙的工作。从昨天开始(当它工作正常的时候),我所做的就是更新一个联系人表单插件。我试过停用这个插件,但仍然没有结果。下面是错误。有人能帮我解决这些问题吗?
Viewport argument value "device-width;" for key "width" not recognized. Content ignored. Note that ';' is not a separator in viewport values. The list should be comma-separated. /:10
Uncaught TypeError: Cannot read property 'msie' of undefined includes-min.js:1
Uncaught TypeError: Object [object Object] has no method 'fancybox' includes-min.js:1
FB.init has already been called - this could indicate a problem all.js:52
Uncaught SyntaxError: Unexpected token ! ccc.js:215
Uncaught SyntaxError: Unexpected token _ ccc.js:215
Uncaught SyntaxError: Unexpected token ! ccc.js:215
Uncaught SyntaxError: Unexpected token _ ccc.js:215
发布于 2013-01-23 15:10:09
尝试将您的jquery版本降级到1.8。
这可能是因为您正在使用的插件可能仍然依赖较低版本的jquery才能工作。因此,当他们升级时,你必须密切关注,然后你才能使用1.9。
https://stackoverflow.com/questions/14473737
复制相似问题