$(document).ready(function(){ Uncaught ReferenceError: $ is not defined

后端 未结 8 1467
南笙
南笙 2021-02-06 23:43

Hi I am having a \"Uncaught ReferenceError: $ is not defined\" while using bellow codes

I am currently getting the following error in my log. I have been looking at the

8条回答
  •  不思量自难忘°
    2021-02-07 00:21

    It seems you don't import jquery. Those $ functions come with this non standard (but very useful) library.

    Read the tutorial there : http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery It starts with how to import the library.

提交回复
热议问题