Content deleted Content added
m Reverted edits by 182.72.111.34 (talk) to last version by GDW13 |
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
||
(43 intermediate revisions by 32 users not shown) | |||
Line 1:
{{Short description|JavaScript library}}
{{lowercase title}}
{{Infobox software
| logo =
| logo size = 220px
| developer = {{Plainlist|
* Paul Bakaus
* Scott González
* Jörn Zaefferer
* Felix Nagel
* Mike Sherov
* 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 |
| 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 |
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.
Effects include color animations, class toggling.
==
<syntaxhighlight lang="javascript">
// Make the element with id "draggable" draggable
$(function () {
$("#draggable").draggable();
});
</syntaxhighlight>
<syntaxhighlight lang="html">
<div id="draggable">
<p>Drag me around</p>
</div>
</syntaxhighlight>
This makes the div with the ID "draggable" draggable by the user's mouse.
== See also ==
* [[JavaScript framework]]
* [[JavaScript library]]
==References==
Line 302 ⟶ 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}}
{{DEFAULTSORT:Jquery Ui}}
[[Category:JavaScript libraries]]
[[Category:2006
[[Category:Software using the MIT license]]
[[Category:CSS frameworks]]
[[Category:Drupal]]
|