Misplaced Pages

jQuery UI

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
JavaScript library
JQuery UI
Developer(s)
  • Paul Bakaus
  • Scott González
  • Jörn Zaefferer
  • Felix Nagel
  • Mike Sherov
  • Rafael Xavier de Souza
Stable release1.14.1Edit this on Wikidata / 30 October 2024; 2 months ago (30 October 2024)
Repository
Written inJavaScript
TypePlug-in
LicenseMIT License
Websitejqueryui.com

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.

Features

As of the 1.11.4 release, interactions such as draggable/droppable and sortable are supported. jQueryUI comes with fully themeable widgets using a consolidated, coordinated theme mechanism, 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

References

  1. "jQuery UI Team". jqueryui.com. The jQuery Foundation. Retrieved 5 February 2016.
  2. "jQuery UI 1.14.1 released". 30 October 2024. Retrieved 5 November 2024.
  3. "jQuery UI 1.14.1 released". 30 October 2024. Retrieved 5 November 2024.
  4. npmjs https://registry.npmjs.com/jquery-ui. Retrieved 5 November 2024. {{cite web}}: Missing or empty |title= (help)
  5. https://releases.jquery.com/resources/cdn.json. Retrieved 5 November 2024. {{cite web}}: Missing or empty |title= (help)
  6. ^ "License". jQuery.com. The jQuery Foundation. Retrieved 12 June 2014.
  7. Sarrion, Eric (2012). jQuery UI. Sebastopol: O'Reilly Media. pp. 1–4. ISBN 9781449316990. OCLC 768796881.
  8. John Resig (17 September 2007). "jQuery UI: Interactions and plug-ins". jQuery blog. Retrieved 12 August 2012.
  9. "jQuery maintainers update and transition jQuery UI as part of overall modernization efforts". jQuery Blog. Retrieved 6 December 2022.
  10. "jQuery UI Demos". jQuery UI. Retrieved 5 February 2016.
  11. "jQuery UI: ThemeRoller". jQuery UI. Retrieved 5 February 2016.

Further reading

External links

List of widget toolkits
Low-level platform-specific
On AmigaOS
On Classic Mac OS, macOS
On Windows
On Unix,
under X11
On BeOS, Haiku
On Android
CLI
Low Level Cross-platform
CLI
C
Java
High-level, platform-specific
On AmigaOS
On Classic Mac OS, macOS
Object Pascal
Objective-C, Swift
C++
CLI
On Windows
CLI
C++
Object Pascal
On Unix,
under X11
On Android
High-level, cross-platform
C
C++
Objective-C
CLI
Adobe Flash
Go
Haskell
Java
JavaScript
Common Lisp
Lua
Pascal
Object Pascal
Perl
PHP
Python
Ruby
Tcl
XML
shell
Dart
Categories: