JQuery Programmer Question:
Download Questions PDF

You get "jquery is not defined" or "$ is not defined" error. What could be the reason?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

There could be many reasons for this.
► You have forgot to include the reference of jQuery library and trying to access jQuery.
► You have include the reference of the jQuery file, but it is after your jQuery code.
► The order of the scripts is not correct. For example, if you are using any jQuery plugin and you have placed the reference of the plugin js before the jQuery library then you will face this error.

Download JQuery Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is difference between prop and attr?What are source maps in jQuery?