Javascript Runtime error: $ is undefined

后端 未结 5 1755
耶瑟儿~
耶瑟儿~ 2020-12-09 13:16

I have added script in my Default.aspx page. I am getting following error. \"Error\"

5条回答
  •  感动是毒
    2020-12-09 13:32

    $ is defined by jQuery, which you probably haven't referenced. A simple way to get it is to add one of the CDN urls to your template HTML:

    
    

提交回复
热议问题