jQueryUI reference

来源:百度文库 编辑:神马文学网 时间:2024/04/30 01:18:12

jQueryUI

From jQuery JavaScript Library

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 jqueryui.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

  • 1 Stable 1.8
  • 2 Legacy 1.7.2
  • 3 Theming
  • 4 Development
[edit]

Stable 1.8

  • Interactions:
    • Draggable
    • Droppable
    • Resizable
    • Selectable
    • Sortable
  • Widgets:
    • Accordion
    • Autocomplete
    • Button
    • Datepicker
    • Dialog
    • Progressbar
    • Slider
    • Tabs
  • Utilities:
    • Position
  • Effects
[edit]

Legacy 1.7.2

  • Interactions:
    • Draggable
    • Droppable
    • Resizable
    • Selectable
    • Sortable
  • Widgets:
    • Accordion
    • Datepicker
    • Dialog
    • Progressbar
    • Slider
    • Tabs
  • Effects
[edit]

Theming

  • Theming - Information on Theming jQuery UI Components
  • Theming API - Documentation for the jQuery UI CSS Framework
  • ThemeRoller - jQuery UI Theming Application
[edit]

Development

  • Changelog - What's new in each version.
  • Developer Guide - How to write a component and general coding style rules.
  • Subversion - Checkout the latest code.
  • Roadmap