Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
22
rated 0 times [  28] [ 6]  / answers: 1 / hits: 9871  / 10 Years ago, wed, august 6, 2014, 12:00:00

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 come 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.com/rY7fUVxU


Slider Site: http://owlgraphic.com/owlcarousel/demos/lazyLoad.html


If anyone can help I would be very grateful.


More From » jquery

 Answers
17

Include 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>

[#43306] Tuesday, August 5, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
myakylas

Total Points: 66
Total Questions: 85
Total Answers: 95

Location: Guadeloupe
Member since Sat, Aug 22, 2020
4 Years ago
myakylas questions
Thu, Apr 28, 22, 00:00, 2 Years ago
Thu, Apr 8, 21, 00:00, 3 Years ago
Sat, Sep 19, 20, 00:00, 4 Years ago
;