"docs": "http://api.jqueryui.com/category/ui-core"
},
"datepicker": {
- "description": "A datepicker than can be toggled from a input or displayed inline.",
+ "description": "Displays a calendar from an input or inline for selecting dates.",
"dependencies": [ "core" ],
"keywords": [
"form",
},
"effect": {
"title": "jQuery UI Effects Core",
- "description": "Extends the internal jQuery effects, includes morphing, easing and is required by all other effects.",
+ "description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
"keywords": [
"animation",
"show",
"docs": "http://api.jqueryui.com/category/effects-core"
},
"position": {
- "description": "A utility plugin for positioning elements relative to other elements.",
+ "description": "Positions elements relative to other elements.",
"keywords": [
"offset",
"relative",
"description": "Blinds the element."
},
"bounce": {
- "description": "Bounces an element horizontally or vertically n-times."
+ "description": "Bounces an element horizontally or vertically n times."
},
"clip": {
"description": "Clips the element on and off like an old TV."
},
"drop": {
- "description": "A Drop out effect by moving the element in one direction and hiding it at the same time."
+ "description": "Moves an element in one direction and hides it at the same time."
},
"explode": {
- "description": "The element explodes in all directions into n pieces. Also supports imploding again."
+ "description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness."
},
"fade": {
- "description": "Fades the element."
+ "description": "Fades an element."
},
"fold": {
- "description": "Folds the element first horizontally and then vertically."
+ "description": "Folds an element first horizontally and then vertically."
},
"highlight": {
- "description": "Highlights the background of the element in a defined color for a custom duration."
+ "description": "Highlights the background of an element in a defined color for a custom duration."
},
"pulsate": {
- "description": "The element pulsates n times by changing the opacity to zero and back."
+ "description": "Pulsates an element n times by changing the opacity to zero and back."
},
"scale": {
- "description": "Grow or shrink any element and its content and restore it again."
+ "description": "Grows or shrinks an element and its content. Restores an elemnt to its original size."
},
"shake": {
- "description": "Shakes the element horizontally or vertically n times."
+ "description": "Shakes an element horizontally or vertically n times."
},
"slide": {
- "description": "The element slides in and out of the viewport."
+ "description": "Slides an element in and out of the viewport."
},
"transfer": {
- "description": "Transfer effect from one element to another."
+ "description": "Displays a transfer effect from one element to another."
}
}
{
"accordion": {
"dependencies": [],
- "description": "Collapsable content panels for displaying information in a limited amount of space.",
+ "description": "Displays collapsable content panels for presenting information in a limited amount of space.",
"keywords": [
"navigation",
"panel",
},
"autocomplete": {
"dependencies": [ "menu", "position" ],
- "description": "Provides a list of suggested words as the user is typing.",
+ "description": "Lists suggested words as the user is typing.",
"keywords": [
"form",
"word",
},
"button": {
"dependencies": [],
- "description": "Enhance your forms with themable buttons.",
+ "description": "Enhances a form with themable buttons.",
"keywords": [
"form",
"radio",
},
"dialog": {
"dependencies": [ "button", "draggable", "position", "resizable" ],
- "description": "Customizable dialog windows.",
+ "description": "Displays customizable dialog windows.",
"keywords": [
"modal",
"alert",
},
"draggable": {
"dependencies": [ "mouse" ],
- "description": "Enable dragging functionality for any element.",
+ "description": "Enables dragging functionality for any element.",
"keywords": [
"drag",
"drop"
},
"droppable": {
"dependencies": [ "draggable", "mouse" ],
- "description": "Create drop targets for draggable elements.",
+ "description": "Enables drop targets for draggable elements.",
"keywords": [
"drag",
"drop"
},
"menu": {
"dependencies": [ "position" ],
- "description": "Easily create nestable menus.",
+ "description": "Creates nestable menus.",
"keywords": [
"dropdown",
"flyout"
},
"mouse": {
"dependencies": [],
- "description": "An abstraction for any mouse-based interactions.",
+ "description": "Abstracts mouse-based interactions to assist in creating certain widgets.",
"keywords": [
"abstraction"
]
},
"progressbar": {
"dependencies": [],
- "description": "A status indicator that can be used for a loading state and standard percentage indicators.",
+ "description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.",
"keywords": [
"determinate",
"status"
},
"resizable": {
"dependencies": [ "mouse" ],
- "description": "Enable resize functioality for any element.",
+ "description": "Enables resize functionality for any element.",
"keywords": [
"resize"
]
},
"selectable": {
"dependencies": [ "mouse" ],
- "description": "Create groups of elements that can be selected with the mouse.",
+ "description": "Allows groups of elements to be selected with the mouse.",
"keywords": [
"selection"
]
},
"slider": {
"dependencies": [ "mouse" ],
- "description": "A flexible slider with ranges and accessibility via keyboard.",
+ "description": "Displays a flexible slider with ranges and accessibility via keyboard.",
"keywords": [
"form",
"number",
},
"sortable": {
"dependencies": [ "mouse" ],
- "description": "Sort items in a list using the mouse.",
+ "description": "Enables items in a list to be sorted using the mouse.",
"keywords": [
"sort",
"list"
},
"spinner": {
"dependencies": [ "button" ],
- "description": "Easily input numbers via the keyboard or mouse.",
+ "description": "Displays buttons to easily input numbers via the keyboard or mouse.",
"keywords": [
"form",
"number",
},
"tooltip": {
"dependencies": [ "position" ],
- "description": "Show additional information for any element on hover or focus.",
+ "description": "Shows additional information for any element on hover or focus.",
"keywords": []
}
}