jQuery UI API Category - Widgets
Widgets are feature-rich, stateful plugins with a full lifecycle, methods, and events. You can refer to the Widget Factory documentation for more details.
| API | Description | Also in Category |
|---|---|---|
| Accordion Widget | Converts a pair of headers and content panels into an accordion. | |
| Autocomplete Widget | Provides search and filtering functionality based on user input, allowing users to quickly find and select from a predefined list of values. | |
| Button Widget | Themable buttons and button sets. | |
| Datepicker Widget | Select a date from a popup or inline calendar. | |
| Dialog Widget | Opens content in an interactive overlay. | |
| Widget Factory | Creates stateful jQuery plugins using the same abstraction as all jQuery UI widgets. | Utilities |
| Widget Plugin Bridge | The jQuery.widget.bridge() method is part of the jQuery Widget Factory. It acts as an intermediary between objects created by $.widget() and the jQuery API. | Utilities |
| Menu Widget | Themable menu with mouse and keyboard interactions for navigation. | |
| Progressbar Widget | Displays a determinate or indeterminate progress status. | |
| Slider Widget | Drag a handle to select a numeric value. | |
| Spinner Widget | Enhances text input for entering numeric values, with up/down buttons and arrow key handling. | |
| Tabs Widget | A single content area with multiple panels, each associated with a header in a list. | |
| Tooltip Widget | Customizable, themable tooltips to replace native tooltips. |