Reference articles on history, science, culture and more
Encyclopedia

JQuery UI

JavaScript library

jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery (a JavaScript library), Cascading Style Sheets, and HTML.

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.

As of October 7, 2021 jQuery UI is in maintenance mode, with no new features being planned.

01Features

Interactions such as draggable/droppable and sortable are supported. jQuery UI comes with fully themeable widgets using a consolidated, coordinated theme mechanism, such as Autocomplete, Datepicker, ProgressBar, Sliders, and more. Effects include color animations and class toggling.

02Example

// Make the element with id "draggable" draggable $(function () { $("#draggable").draggable(); }); <div id="draggable"> <p>Drag me around</p> </div>

This makes the div with the ID "draggable" draggable by the user's mouse.

Watch videos about JQuery UIExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article JQuery UI, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.