Answers for "jquery viewer cdn"

11

jquery ui cdn

<script
  src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"
  integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30="
  crossorigin="anonymous"></script>
Posted by: Guest on April-13-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

Browse Popular Code Answers by Language