jQuery is not defined

There could be many reasons for this.

  • You have forgot to include the reference of jQuery library and trying to access jQuery.
  • You have included 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.

Leave a Reply

Your email address will not be published. Required fields are marked *