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.

.cssClip()

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

.effect()

Apply an animation effect to an element.

.hide()

Hide the matched elements, using custom effects.

.labels()

Finds all label elements associated with the first selected element.

.removeUniqueId()

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

.show()

Display the matched elements, using custom effects.

.toggle()

Display or hide the matched elements, using custom effects.

.uniqueId()

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

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