【发布时间】:2021-05-10 03:03:59
【问题描述】:
这是堆栈跟踪:
owl.carousel.min.js:6 Uncaught TypeError: Cannot read property 'fn' of undefined at owl.carousel.min.js:6 at owl.carousel.min.js:6 (anonymous) @ owl.carousel.min.js:6 (anonymous) @ owl.carousel.min.js:6 index.js:1 Uncaught ReferenceError: $ is not defined at index.js:1
【问题讨论】:
-
检查堆栈跟踪的底部...它表示您的页面中未包含 jQuery。 >> "
$ is not defined" -
确保在任何与 jQuery 相关的脚本之前首先加载 jQuery。脚本自上而下加载。
标签: javascript html jquery css sass