| JQuery UI | |
|---|---|
| Developers |
|
| Stable release | |
| Written in | JavaScript |
| Type | Plug-in |
| License | MIT License[6] |
| Website | jqueryui |
| Repository | |
jQuery UI is a collection ofGUI widgets, animated visual effects, andthemes implemented withjQuery (aJavaScriptlibrary),Cascading Style Sheets, andHTML.[7] Using theShodan search engine query termcpe:"cpe:/a:jquery/jquery_ui" we can determine that jQuery UI is used on approximately 800k web sites.Pinterest,PayPal,IMDb,HuffPost, andNetflix are utilizing the library.
Both jQuery and jQuery UI arefree and open-source software distributed by the jQuery Foundation under theMIT License; jQuery UI was first published in September 2007.[6][8]
As of October 7, 2021 jQuery UI is in maintenance mode, with no new features being planned.[9]
As of the 1.11.4 release,[10] interactions such as draggable/droppable and sortable are supported. jQueryUI comes with fully themeable widgets using a consolidated, coordinated theme mechanism,[11] such as Autocomplete, Datepicker, ProgressBar, Sliders, and more.Effects include color animations, class toggling.
// Make the element with id "draggable" draggable$(function(){$("#draggable").draggable();});
<divid="draggable"><p>Drag me around</p></div>
This makes the div with the ID "draggable" draggable by the user's mouse.
{{cite web}}:Missing or empty|title= (help){{cite web}}:Missing or empty|title= (help){{cite book}}: CS1 maint: multiple names: authors list (link)