Uncaught ReferenceError: jQuery is not defined "jquery-ui.js:338"

Posted by Chad Sellers on Stack Overflow See other posts from Stack Overflow or by Chad Sellers
Published on 2012-11-16T16:55:45Z Indexed on 2012/11/16 16:59 UTC
Read the original article Hit count: 189

Filed under:

My jquery script reference are :

<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js" type="text/javascript"></script>

I'm using Chrome Version 23.0.1271.64 m - And I'm getting an error on line 338

})( jQuery ); //--> line 338 is highlighted

This is a 1st for me and looking for answers.

© Stack Overflow or respective owner

Related posts about jQuery