Answers for "how to use include jquery"

1

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
-1

add jquery script in html

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
Posted by: Guest on August-04-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language