jQuery UI API Documentation

Category: Methods


Although jQuery UI is mostly comprised of widgets, interactions, and effects, there are also a few simple methods that are added for convenience.

Also in: UI Core

.disableSelection()

Disable selection of text content within the set of matched elements.

Also in: Effects | Effects Core

.effect()

Apply an animation effect to an element.

Also in: UI Core

.enableSelection()

Enable selection of text content within the set of matched elements.

Also in: Method Overrides | UI Core

.focus()

Asynchronously set focus to an element.

Also in: Effects | Effects Core | Method Overrides

.hide()

Hide the matched elements, using custom effects.

Also in: Method Overrides | Utilities

.position()

Position an element relative to another.

Also in: UI Core

.removeUniqueId()

Remove ids that were set by .uniqueId() for the set of matched elements.

Also in: UI Core

.scrollParent()

Get the closest ancestor element that is scrollable.

Also in: Effects | Effects Core | Method Overrides

.show()

Display the matched elements, using custom effects.

Also in: Effects | Effects Core | Method Overrides

.toggle()

Display or hide the matched elements, using custom effects.

Also in: UI Core

.uniqueId()

Generate and apply a unique id for the set of matched elements.

Also in: UI Core

.zIndex()

Get the z-index for an element.

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.