Uncaught ReferenceError: jQuery is not defined

The Solution to Uncaught ReferenceError: jQuery is not defined is


jQuery needs to be the first script you import. The first script on your page

<script type="text/javascript" src="/test/wp-content/themes/child/script/jquery.jcarousel.min.js"></script>

appears to be a jQuery plugin, which is likely generating an error since jQuery hasn't been loaded on the page yet.

~ Answered on 2012-01-16 21:41:46


Most Viewed Questions: