Answers for "cdn for jquert"

13

jquery link cdn

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
Posted by: Guest on May-30-2020
3

cdn 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 "Javascript"

Browse Popular Code Answers by Language