This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading →
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Selects all elements that are the last child of their parent.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Selects all elements with the given class.
Search for a specified value within an array and return its index (or -1 if not found).
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.