API Category - Method Overloading


jQuery UI overloads several built-in jQuery methods to provide additional functionality. When using these overloads, it is important to ensure that jQuery UI is loaded. If jQuery UI is not loaded, the methods will still exist, but the expected functionality will not be available, which can lead to hard-to-track errors.

##.position()Position an element relative to another element. Method | Utilities.removeClass()When the animation style changes, it is within the set of matching elements Remove the specified Class from each element. Effects | Effects Core.show()Use custom effects to display matching elements. Effects | Effects Core | Method.toggle()Use custom effects to display Or hide matching elements. Effects | Effects Core | Method##.toggleClass()
APIDescriptionAlso belongs to the category
.addClass( )When the animation style changes, add the specified Class to each element in the matched element set. Effects | Effects Core
.focus() Focus on an element asynchronously. Method | UI Core
.hide()Use custom effects to hide matching elements. Effects | Effects Core | Method
When the animation style changes, Depending on whether the Class exists and the value of the switch parameter, one or more Classes are added or removed for each element in the matched element set. Effects | Effects Core