Content deleted Content added
Jzaefferer (talk | contribs) Update infobox stable and preview releases |
Jzaefferer (talk | contribs) Update Features section, add missing Selectmenu widget and Widget Factory utility |
||
Line 37:
==Features==
As of the 1.
===Interactions===
Line 47:
===Widgets===
All of jQuery UI's widgets are fully themeable using a consolidated, coordinated theme mechanism.<ref>{{cite web| url = http://jqueryui.com/themeroller| title = jQuery UI: ThemeRoller|accessdate=
* '''Accordion''' – Accordion containers
* '''Autocomplete''' – Auto-complete boxes based on what the user types
Line 55:
* '''Menu''' – Show a Menu
* '''Progressbar''' – Progress bars, both animated and not
* '''Selectmenu''' – Duplicates and extends the functionality of a native HTML select element to overcome the limitations of the native control
* '''Slider''' – Fully customizable sliders
* '''Spinner''' – Show a Number Spinner
* '''Tabs''' – Tabbed user interface handling, with both inline and demand-loaded content
Line 72 ⟶ 70:
===Utilities===
* '''Position''' – Set an element's position relative to another element's position (alignment)
* '''Widget Factory''' – Create stateful jQuery plugins using the same abstraction as all jQuery UI widgets
== Example ==
<source lang="javascript">
<script type="text/javascript">
// Make
$(function () {
$("#draggable").draggable();
|