ReferenceError: jQuery is not defined

QuestionsReferenceError: jQuery is not defined
Jose asked 9 years ago

The grid doesnt show at all, following úr suggestion, i use teh firefox , firebug and shows me "ReferenceError: jQuery is not defined",, what can i do?

i also try on explorer and chrome

thanks for ur time

1 Answers
Abu Ghufran answered 9 years ago

Seems like jquery source file is not included OR is not included on top of other JS files.

<script src="../../lib/js/jquery.min.js" type="text/javascript"></script>

<script src="../../lib/js/jqgrid/js/i18n/grid.locale-en.js" type="text/javascript"></script>
<script src="../../lib/js/jqgrid/js/jquery.jqGrid.min.js" type="text/javascript"></script>
<script src="../../lib/js/themes/jquery-ui.custom.min.js" type="text/javascript"></script>

jquery js file should be included before all others. Also re-check the path of include files.

Your Answer

13 + 18 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?