jQuery.unique()
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.
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.
Remove a previously-attached event handler from the elements.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Specify a function to execute when the DOM is fully loaded.
Selects the first matched DOM element.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Selects even elements, zero-indexed. See also :odd.
Selects odd elements, zero-indexed. See also :even.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Load data from the server and place the returned HTML into the matched 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.
Send data to the server using a HTTP POST request.
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.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
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.