JQuery Programmer Question: Download JQuery Programmer PDF

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

Tweet Share WhatsApp

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 PDF Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
What is difference between prop and attr?What are source maps in jQuery?