我的HTML站点在我的PC浏览器中可以正常加载,但不能在服务器中加载

时间:2019-11-11 17:17:56

标签: javascript jquery html inspect-element

我有一个HTML站点,其中使用了很多库和框架。该站点在浏览器中的加载情况非常好,但在MAMP和远程服务器中却没有加载。我已经使用浏览器的检查元素工具检查了错误日志,并发现了这些错误。

Uncaught ReferenceError: data is not defined
at jquery.min.js:1
at x (jquery.min.js:1)
at jquery.min.js:1
at jquery.min.js:1
popper.min.js:1 Uncaught ReferenceError: data is not defined
at popper.min.js:1
at x (popper.min.js:1)
at popper.min.js:1
at popper.min.js:1
bootstrap.js:1 Uncaught TypeError: Cannot read property 'fn' of undefined
at bootstrap.js:1
at bootstrap.js:1
at bootstrap.js:1
stickyfill.min.js:1 Uncaught ReferenceError: data is not defined
at stickyfill.min.js:1
at x (stickyfill.min.js:1)
at stickyfill.min.js:1
at stickyfill.min.js:1
at stickyfill.min.js:1
rellax.min.js:1 Uncaught ReferenceError: data is not defined
at rellax.min.js:1
at x (rellax.min.js:1)
at rellax.min.js:1
at rellax.min.js:1
progressbar.min.js:1 Uncaught ReferenceError: data is not defined
at progressbar.min.js:1
at e (progressbar.min.js:1)
at progressbar.min.js:1
at progressbar.min.js:1
owl.carousel.js:1718 Uncaught TypeError: Cannot read property 'fn' of undefined
at owl.carousel.js:1718
at owl.carousel.js:1755
remodal.min.js:10 Uncaught TypeError: Cannot read property 'map' of undefined
at remodal.min.js:10
at remodal.min.js:10
at remodal.min.js:10
jquery.hoverdir.js:18 Uncaught ReferenceError: jQuery is not defined
at jquery.hoverdir.js:18
at jquery.hoverdir.js:20
jquery.flexslider-min.js:5 Uncaught ReferenceError: jQuery is not defined
at jquery.flexslider-min.js:5
theme.js:1 Uncaught ReferenceError: jQuery is not defined
at theme.js:1
theme.js:1 Uncaught (in promise) ReferenceError: $ is not defined
at initMap (theme.js:1)
at js?key=AIzaSyARdVcREeBK44lIWnv5-iPijKqvlSAVwbw&callback=initMap:140
at js?key=AIzaSyARdVcREeBK44lIWnv5-iPijKqvlSAVwbw&callback=initMap:140

0 个答案:

没有答案