.replaceWith()
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Display or hide the matched elements with a sliding motion.
Hide the matched elements.
Retrieve all the elements contained in the jQuery set, as an array.
Create a new jQuery object with elements added to the set of matched elements.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Relinquish jQuery’s control of the $ variable.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Bind an event handler to the “load” JavaScript event.
Wrap an HTML structure around each element in the set of matched elements.
Execute all handlers attached to an element for an event.
Selects all elements of type submit.
Selects all input elements of type text.
Remove all child nodes of the set of matched elements from the DOM.
Selects all elements that are visible.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Retrieve the DOM elements matched by the jQuery object.
Remove the set of matched elements from the DOM.