jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery (a JavaScriptlibrary), Cascading Style Sheets, and HTML.[7]
Both jQuery and jQuery UI are free and open-source software distributed by the jQuery Foundation under the MIT 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]
Interactions such as draggable/droppable and sortable are supported.[10] jQuery UI comes with fully themeable widgets using a consolidated, coordinated theme mechanism,[11] such as Autocomplete, Datepicker, ProgressBar, Sliders, and more. Effects include color animations and 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)