Easy Tutorial
❮ Ref Selectors Example Removeclass ❯

jQuery UI API Category - Methods

Although jQuery UI is primarily composed of Widgets, Interactions, and Effects, there are also some simple methods that add convenience.

API Description Also belongs to category
.disableSelection() Disables text selection of elements in the matched set. UI Core
.effect() Applies an animation effect to an element. Effects Effects Core
.enableSelection() Enables text selection of elements in the matched set. UI Core
.focus() Asynchronously focuses on an element. Method Overrides UI Core
.hide() Hides the matched elements with a custom effect. Effects Effects Core Method Overrides
.position() Positions an element relative to another. Method Overrides Utilities
.removeUniqueId() Removes the ID set by .uniqueId() from the matched set of elements. UI Core
.scrollParent() Gets the closest scrollable ancestor. UI Core
.show() Shows the matched elements with a custom effect. Effects Effects Core Method Overrides
.toggle() Toggles the visibility of matched elements with a custom effect. Effects Effects Core Method Overrides
.uniqueId() Generates and applies a unique ID to the matched set of elements. UI Core
.zIndex() Gets the z-index of an element. UI Core
❮ Ref Selectors Example Removeclass ❯