Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

jQuery UI API category - method overload


May 08, 2021 jQuery UI


Table of contents


jQuery UI API category - Method Overloads

The jQuery UI overloads several built-in methods in jQuery to provide additional functionality. W hen using these overloads, it is important to ensure that the jQuery UI is loaded. If the jQuery UI is not loaded, the method still exists, but the expected functionality will not be available, which can lead to errors that are difficult to track.

API describe Also belong to the category
.addClass() When the animation style changes, add the specified Class to each element in the matching element set. Effects (Effects) | Effects core
.focus() Asynchronously focused into an element. Method | UI core (UI core)
.hide() Use custom effects to hide the matching elements. Effects (Effects) | Effects core | Method
.position() Locate an element relative to another element. Method | Utilities (Utilities)
.removeClass() When the animation style changes, the specified Class is removed for each element in the collections of the elements. Effects (Effects) | Effects core
.show() Use custom effects to display the matching elements. Effects (Effects) | Effects core | Method
.toggle() Use custom effects to display or hide the matching elements. Effects (Effects) | Effects core | Method
.toggleClass() When the animation style changes, the Class is existed and the value of the SWITCH parameter is added or removed or removed or removed to each element in the collected elements. Effects (Effects) | Effects core