Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
jQuery UI
JavaScript library
  • Free and open-source software portal

jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery (a JavaScript library), Cascading Style Sheets, and HTML. Using the Shodan search engine query term cpe:"cpe:/a:jquery/jquery_ui" we can determine that jQuery UI is used on approximately 800k web sites. Pinterest, PayPal, IMDb, HuffPost, and Netflix are utilizing the library.

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.

We don't have any images related to jQuery UI yet.
We don't have any YouTube videos related to jQuery UI yet.
We don't have any PDF documents related to jQuery UI yet.
We don't have any Books related to jQuery UI yet.
We don't have any archived web articles related to jQuery UI yet.

Features

As of the 1.11.4 release, 5 interactions such as draggable/droppable and sortable are supported. jQueryUI comes with fully themeable widgets using a consolidated, coordinated theme mechanism,6 such as Autocomplete, Datepicker, ProgressBar, Sliders, and more. Effects include color animations, class toggling.

Example

// 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.

See also

Further reading

References

  1. Sarrion, Eric (2012). jQuery UI. Sebastopol: O'Reilly Media. pp. 1–4. ISBN 9781449316990. OCLC 768796881. 9781449316990

  2. "License". jQuery.com. The jQuery Foundation. Retrieved 12 June 2014. http://jquery.org/license/

  3. John Resig (17 September 2007). "jQuery UI: Interactions and plug-ins". jQuery blog. Retrieved 12 August 2012. http://blog.jquery.com/2007/09/17/jquery-ui-interactions-and-widgets

  4. "jQuery maintainers update and transition jQuery UI as part of overall modernization efforts". jQuery Blog. 7 October 2021. Retrieved 6 December 2022. https://blog.jquery.com/2021/10/07/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/

  5. "jQuery UI Demos". jQuery UI. Retrieved 5 February 2016. http://jqueryui.com/demos/

  6. "jQuery UI: ThemeRoller". jQuery UI. Retrieved 5 February 2016. http://jqueryui.com/themeroller