jQuery UI API Documentation

Category: Method Overrides


jQuery UI overrides several built-in jQuery methods in order to provide additional functionality. When using these overrides, it's important to make sure that jQuery UI is loaded. If jQuery UI is not loaded, the methods will still exist, but the expected functionality will not be available, resulting in bugs that may be hard to track down.

Also in: Effects | Effects Core

.addClass()

Adds the specified class(es) to each of the set of matched elements while animating all style changes.

Also in: Methods | UI Core

.focus()

Asynchronously set focus to an element.

Also in: Effects | Effects Core | Methods

.hide()

Hide the matched elements, using custom effects.

Also in: Methods | Utilities

.position()

Position an element relative to another.

Also in: Effects | Effects Core

.removeClass()

Removes the specified class(es) from each of the set of matched elements while animating all style changes.

Also in: Effects | Effects Core | Methods

.show()

Display the matched elements, using custom effects.

Also in: Effects | Effects Core | Methods

.toggle()

Display or hide the matched elements, using custom effects.

Also in: Effects | Effects Core

.toggleClass()

Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the switch argument, while animating all style changes.

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.