JQuery UI

JQuery UI
Developers
  • Paul Bakaus
  • Scott González
  • Jörn Zaefferer
  • Felix Nagel
  • Mike Sherov
  • Rafael Xavier de Souza[1]
Stable release
1.14.1[2][3][4][5]Edit this on Wikidata / 30 October 2024; 19 months ago (30 October 2024)
Written inJavaScript
TypePlug-in
LicenseMIT License[6]
Websitejqueryui.com
Repository

jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery (a JavaScript library), 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]

Features

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.

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. ^ a b "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. 7 October 2021. 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

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.