linking jquery in html

前端 未结 5 1926
既然无缘
既然无缘 2020-11-27 17:21

I can\'t manage to successfully link jQuery to my html. I have made the most simple jQuery code possible just so I know it\'s right, and I\'ve tried everything I can think o

5条回答
  •  感情败类
    2020-11-27 18:19

    Add your test.js file after the jQuery libraries. This way your test.js file can use the libraries.

提交回复
热议问题