javascript file not working when linked from HTML

后端 未结 7 1270
粉色の甜心
粉色の甜心 2021-01-17 23:52

so I feel(and hope) this is pretty simple. I am new to javascript and am trying to get this working. When I link to my external .js file from my html it does not function. H

7条回答
  •  醉梦人生
    2021-01-18 00:04

    You are using jQuery, but it doesn't seem like you have included it. Add this to your HEAD element

    
    

提交回复
热议问题