jQuery is not defined
-
Hi,
If I enable JS combine this error appears in the console and the page doesn’t load: jQuery is not defined
If I disable the JS combine then the css fails, basically it says in index.html there’s an error, pointing to my Jquery line…<script>
jQuery(document).ready(function($) {
//dosomething
});
</script>I’m using version 3.6.2
I have [“jquery.js”,”jquery.min.js”] in JS excludes but it’s worthless
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘jQuery is not defined’ is closed to new replies.