javascript file not working when linked from HTML

后端 未结 7 1349
粉色の甜心
粉色の甜心 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条回答
  •  Happy的楠姐
    2021-01-18 00:13

    Looks like you're missing jQuery. Include it before you include your own JavaScript code.

提交回复
热议问题