Answers for "html use jquery"

3

javascript import jquery

//add this line somewhere in the html
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
Posted by: Guest on November-29-2020
1

jquery in html

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
Posted by: Guest on February-19-2020

Browse Popular Code Answers by Language