Content deleted Content added
comma |
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
||
(16 intermediate revisions by 15 users not shown) | |||
Line 1:
{{Short description|JavaScript library}}
{{lowercase title}}
{{Infobox software
Line 11 ⟶ 12:
* Rafael Xavier de Souza<ref>{{cite web |url = http://jqueryui.com/about/#jquery-ui-team |title = jQuery UI Team |website=jqueryui.com |access-date = 5 February 2016 |publisher = The jQuery Foundation}}</ref>
}}
| latest release version = {{wikidata|property|preferred|references|edit@end|Q285960|P348|P548=Q2804309}}
| latest release date = {{release date and age|{{wikidata|qualifier|preferred|single|Q285960|P348|P548=Q2804309|P577}}}}
| genre = [[Plug-in (computing)|Plug-in]]
| programming language = [[JavaScript]]
| license = [[MIT License]]<ref name="license">{{cite web |url = http://jquery.org/license/ |title = License |website=jQuery.com |access-date = 12 June 2014 |publisher = The jQuery Foundation}}</ref>
| website = {{URL|
}}
{{Portal|Free and open-source software}}
'''jQuery UI''' is a collection of [[GUI widget]]s, animated visual effects, and [[Theme (computing)|themes]] implemented with [[jQuery]] (a [[JavaScript]] [[Library (computing)|library]]), [[Cascading Style Sheets]], and [[HTML]].<ref>{{cite book |last=Sarrion |first=Eric |date=2012 |title=jQuery UI |___location=Sebastopol |publisher=O'Reilly Media |pages=1–4 |isbn=9781449316990 |oclc=768796881}}</ref>
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.<ref name="license"/><ref name=release>{{cite web |url=http://blog.jquery.com/2007/09/17/jquery-ui-interactions-and-widgets |title=jQuery UI: Interactions and plug-ins |author=John Resig |date=17 September 2007 |access-date=12 August 2012 |publisher=jQuery blog}}</ref>
As of October 7, 2021 jQuery UI is in maintenance mode, with no new features being planned.<ref>{{cite web| url = https://blog.jquery.com/2021/10/07/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/| title =
jQuery maintainers update and transition jQuery UI as part of overall modernization efforts| date =
7 October 2021|access-date=6 December 2022|publisher=jQuery Blog}}</ref>
==Features==
As of the 1.11.4 release, <ref>{{cite web| url = http://jqueryui.com/demos/| title = jQuery UI Demos |access-date=5 February 2016|publisher=jQuery UI}}</ref> interactions such as draggable/droppable and sortable are supported. jQueryUI comes with fully themeable widgets using a consolidated, coordinated theme mechanism,<ref>{{cite web| url = http://jqueryui.com/themeroller| title = jQuery UI: ThemeRoller|access-date=5 February 2016|publisher=jQuery UI}}</ref>
Effects include color animations, class toggling.
Line 42 ⟶ 41:
</syntaxhighlight>
<syntaxhighlight lang="
<div id="draggable">
<p>Drag me around</p>
Line 49 ⟶ 48:
This makes the div with the ID "draggable" draggable by the user's mouse.
== See also ==
* [[JavaScript framework]]
* [[JavaScript library]]
==References==
Line 56 ⟶ 59:
{{refbegin}}
* {{cite book
|
|
|
|
|
|
|
|
|
}}
* {{cite book
|
|
|
|
|
|
|
|
|
|archive-date = June 28, 2014
|access-date = April 29, 2012
|archive-url = https://web.archive.org/web/20140628090434/http://www.packtpub.com/jquery-ui-1-8-user-interface-library/book
|url-status = dead
}}
* {{cite book
|
|
|
|
|
|
|
|
|
}}
{{refend}}
==External links==
* {{Official website
{{Widget toolkits}}
{{Authority control}}
|