Answers for "how to link my jquery in html"

3

html include jquery

<!-- Wrap inside the head tag -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
Posted by: Guest on September-29-2020
0

jquery link html

<script src="../jquery-3.6.0.js"></script>
<script src="/index.js"></script>
Posted by: Guest on October-13-2021

Code answers related to "how to link my jquery in html"

Browse Popular Code Answers by Language