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.

.addClass()

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

.cssClip()

Getter/setter for an object version of the CSS clip property.

.hide()

Hide the matched elements, using custom effects.

.labels()

Finds all label elements associated with the first selected element.

.removeClass()

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

.show()

Display the matched elements, using custom effects.

.toggle()

Display or hide the matched elements, using custom effects.

.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.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jqueryui.com/category/overrides