+ 2
I want the cdn of jquery ui
Hi , I want to use jQuery UI in my codes but I am struggling in finding that. Can anyone please post cdn so that I can copy it
4 Answers
+ 5
full "jquery" and "jquery-ui" cdn is here:(.js & .css cdn)
<link rel="stylesheet" type="style/css" href="https://code.jquery.com/ui/jquery-ui-git.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
+ 1
Thanks