+ 2
Where i can put a jquery document into a html file?
Html
2 Answers
+ 1
1.-Download jQuery library js file from page http://jquery.com/download/.
2.-save the download file in a local directory.
3.-create a html file and add below code in the head section to include it.
<script type="text/javascript" src="./lib/jquery-3.3.1.min.js"></script>