API Category - Method
Although jQuery UI is mainly composed of Widgets, Interactions and Effects, there are some simple methods that increase convenience.
API | Description | Also belongs to category |
---|---|---|
.disableSelection( ) | Disable selection of text content within a matched set of elements. | UI Core |
.effect() | Apply animation effects to an element. | Effects | Effects Core |
.enableSelection() | Enables the selection of text content within the matching element collection. | UI Core |
.focus() | Focus on an element asynchronously. | Method Overrides | UI Core |
.hide() | Use custom effects to hide matching element. | Effects | Effects Core | Method Overrides |
.position() | relative to another Element locates an element. | Method Overrides | Utilities |
.removeUniqueId() | Remove the matched element set by . The Id set by uniqueId(). | UI Core |
.scrollParent() | Get the nearest scrollable ancestor. | UI Core |
.show() | Use custom effects to display matching elements. | Effects | Effects Core | Method Overrides |
.toggle() | Use custom Effect to show or hide matching elements. | Effects | Effects Core | Method Overrides |
.uniqueId() | is matching The element collection generates and applies for a unique ID. | UI Core |
.zIndex() | Get the z-index for the element. | UI Core |