Jquery - Linking external .js file not working

前端 未结 1 1807
一向
一向 2021-01-14 17:02

For some reason the external .js file I am linking to isn\'t working. I am linking to it like so:



        
1条回答
  •  一整个雨季
    2021-01-14 17:17

    Problem 1

    It looks like jquery.js contains the code you wrote that depends on jQuery.

    You need to load jQuery before you try to use it.

    Swap the order of the

提交回复
热议问题