admin管理员组文章数量:1406171
I have been trying to get this slider working for 2 days now and I can't figure it out. I have tired changing the JS library and check all the CSS and JS roots they seem to be fine to me. but its e up with these errors:
Uncaught ReferenceError: jQuery is not defined owl.carousel.min.js:47
Uncaught TypeError: undefined is not a function:99
View my code here:
Slider Site: .html
If anyone can help I would be very grateful.
I have been trying to get this slider working for 2 days now and I can't figure it out. I have tired changing the JS library and check all the CSS and JS roots they seem to be fine to me. but its e up with these errors:
Uncaught ReferenceError: jQuery is not defined owl.carousel.min.js:47
Uncaught TypeError: undefined is not a function:99
View my code here: http://pastebin./rY7fUVxU
Slider Site: http://owlgraphic./owlcarousel/demos/lazyLoad.html
If anyone can help I would be very grateful.
Share Improve this question edited Jun 20, 2020 at 9:12 CommunityBot 11 silver badge asked Aug 6, 2014 at 8:59 jonathanl5660jonathanl5660 1611 gold badge1 silver badge12 bronze badges 01 Answer
Reset to default 3Include jquery file before the plugin files.
Change this:
<script src="js/owl.carousel.min.js" type="text/javascript"></script>
<script src="js/jquery-1.10.2.min.js" type="text/javascript"></script>
to:
<script src="js/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="js/owl.carousel.min.js" type="text/javascript"></script>
本文标签: javascriptOwl Carousel Slider JS ErrorUncaught ReferenceError jQuery is not definedStack Overflow
版权声明:本文标题:javascript - Owl Carousel Slider JS Error - Uncaught ReferenceError: jQuery is not defined - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744972805a2635335.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论