.prevUntil()
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Remove a previously-attached event handler from the elements.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Selects even elements, zero-indexed. See also :odd.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Select all elements at an index less than index within the matched set.
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.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Load data from the server and place the returned HTML into the matched elements.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Determines if its argument is callable as a function.
Matches all elements that are checked or selected.
Selects all elements with the given class.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Send data to the server using a HTTP POST request.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.