UI Core
From jQuery
Category: UI Core
Functionality provided by jquery.ui.core.js.
:data() Selector
Selects elements which have data stored under the specified key.
.disableSelection()
Disable selection of text content within the set of matched elements.
.enableSelection()
Enable selection of text content within the set of matched elements.
.focus()
Asynchronously set focus to an element.
:focusable Selector
Selects elements which can be focused.
.removeUniqueId()
Remove ids that were set by .uniqueId() for the set of matched elements.
.scrollParent()
Get the closest ancestor element that is scrollable.
:tabbable Selector
Selects elements which the user can focus via tabbing.
.uniqueId()
Generate and apply a unique id for the set of matched elements.
.zIndex()
Get the z-index for an element.