javascript file not working when linked from HTML

后端 未结 7 1272
粉色の甜心
粉色の甜心 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:26

    You need to import jQuery.

    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
    
    0 讨论(0)
提交回复
热议问题