jQuery UI API Category - UI Core
Features provided by jquery.ui.core.js.
| API | Description | Also in Category |
|---|---|---|
| :data() Selector | Selects elements that have data stored under the specified key. | Selectors |
| .disableSelection() | Disables text selection in the set of matched elements. | Methods |
| .enableSelection() | Enables text selection in the set of matched elements. | Methods |
| .focus() | Asynchronously focuses on an element. | Method Overrides Methods |
| :focusable Selector | Selects elements which can be focused. | Selectors |
| jQuery.ui.keyCode | A mapping of key code descriptions to numerical values. | |
| .removeUniqueId() | Removes the Id set by .uniqueId() for the set of matched elements. | Methods |
| .scrollParent() | Gets the closest scrollable ancestor. | Methods |
| :tabbable Selector | Selects elements that can be focused via the tab key. | Selectors |
| .uniqueId() | Generates and applies a unique Id to the set of matched elements. | Methods |
| .zIndex() | Gets the z-index of an element. | Methods |