.uniqueSort()
Sorts a jQuery object of DOM elements, in place, with the duplicates removed. Note that this only works on jQuery objects consisting of DOM elements, not strings or numbers.
Sorts a jQuery object of DOM elements, in place, with the duplicates removed. Note that this only works on jQuery objects consisting of DOM elements, not strings or numbers.
Remove the set of matched elements from the DOM.
Selects the first matched DOM element.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Selects all elements that do not match the given selector.
Get the closest ancestor element that is positioned.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Selects all elements of type submit.
Bind an event handler to the “submit” event, or trigger that event on an element.
Selects all input elements of type text.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Selects all elements that are selected.
Parses a string into an XML document.
Determine whether any of the matched elements are assigned the given class.
Bind an event handler to the “resize” event, or trigger that event on an element.
Selects a single element with the given id attribute.
Execute the next function on the queue for the matched element.