Where i can put a jquery document into a html file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Where i can put a jquery document into a html file?

Html

20th Oct 2019, 11:14 PM
Estalin Hediberto Tovar Rodriguez
Estalin Hediberto Tovar Rodriguez - avatar
1 Answer
+ 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>
20th Oct 2019, 11:25 PM
Miguel Ángel
Miguel Ángel - avatar