For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Reduce the set of matched elements to the one at the specified index. Given a jQuery object that
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Create a new jQuery object with elements added to the set of matched elements. Given a jQuery object
Get the siblings of each element in the set of matched elements, optionally filtered by a selector. Given
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Remove elements from the set of matched elements. Given a jQuery object that represents a set of
Page 3 of 3