Documentation

UI

From jQuery JavaScript Library

(Redirected from UI/)
Jump to: navigation, search

This is the official documentation for jQuery UI, jQuery's visual controls. jQuery UI features a wide range of core interaction plugins as well as many UI widgets. The project homepage is located at ui.jquery.com. Please visit these pages for downloading UI and many demos.

It's possible to use components individually. Just look at the dependencies listed for each item and include the appropriate files, or use the download builder available on the jQuery UI site.

Contents

Core Interaction

  • Draggables - Makes items draggable by the mouse
  • Droppables - Makes drop targets for draggables
  • Sortables - Makes a list of items mouse sortable
  • Selectables - Makes a list of items mouse and keyboard selectable
  • Resizables - Makes an element resizable

Widgets

  • Accordion - A collapsible content panel
  • Datepicker - A dynamic date picker
  • Dialog - Modeless and modal floating windows and confirmation dialogs
  • Slider - A sliding input element
  • Tabs - A tabbed content pane

Effects

The effects have a separate overview page. Please go to UI/Effects.

Development

Retrieved from "http://docs.jquery.com/UI"