JavaScript/jQuery - “$ is not defined- $function()” error

后端 未结 8 2018
轻奢々
轻奢々 2020-11-30 08:15

I am trying to run a JavaScript/jQuery function and Firebug gets the error:

$ is not defined $(function()\".

The JavaScript code is placed

8条回答
  •  执笔经年
    2020-11-30 08:52

    You need to include the jQuery library on your page.

    You can download jQuery here and host it yourself or you can link from an external source like from Google or Microsoft.

    Google's:

    
    

    Microsoft's:

    
    
                                     
                  
提交回复
热议问题