Answers for "how do i download and install jquery"

6

install jquery

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
Posted by: Guest on June-24-2020
3

download jquery

//cdn 
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js

//file compressed
https://code.jquery.com/jquery-3.6.0.min.js


//file uncompressed
https://code.jquery.com/jquery-3.6.0.js
Posted by: Guest on March-17-2021

Code answers related to "how do i download and install jquery"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language