API Categories - UI Core
Functions provided by jquery.ui.core.js.
API | Description | Also belongs to category |
---|---|---|
:data( ) Selector | Selects elements whose data has been stored under the specified key. | Selectors |
.disableSelection() | Disables the selection of text content within the matching element collection. | Methods |
.enableSelection() | Enables the selection of text content within the matching element collection. | Methods |
.focus() | Focus on an element asynchronously. | Method Overrides | Methods |
:focusable Selector | Select elements that can be focused. | Selectors |
jQuery.ui.keyCode | A mapping of key code descriptions relative to numeric values. | |
.removeUniqueId() | Removes the Id set by .uniqueId() for the matched set of elements. | Methods |
.scrollParent() | Get the nearest scrollable ancestor. | Methods |
:tabbable Selector | Select elements that the user can focus on via the tab key. | Selectors |
.uniqueId() | Generate and apply for a unique Id for the matched set of elements. | Methods |
.zIndex() | Get the z-index for the element. | Methods |