Answers for "jquery-ui internally uses jquery cdn"

12

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
1

jquery ui cdn

<script 
	src="https://code.jquery.com/ui/1.13.1/jquery-ui.min.js" 
	integrity="sha256-eTyxS0rkjpLEo16uXTS0uVCS4815lc40K2iVpWDvdSY=" 
	crossorigin="anonymous"></script>
Posted by: Guest on March-24-2022

Browse Popular Code Answers by Language