I want the cdn of jquery ui | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Mar 2019, 2:01 PM
Rajat Tiwari
4 Answers
28th Mar 2019, 2:15 PM
Toni Isotalo
Toni Isotalo - avatar
+ 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>
5th Jun 2019, 8:21 AM
Zoughi-Javad
Zoughi-Javad - avatar
+ 1
Thanks
28th Mar 2019, 2:22 PM
Rajat Tiwari
28th Mar 2019, 2:15 PM
Toni Isotalo
Toni Isotalo - avatar