Reduce the set of matched elements to those that match the selector or pass the function's test. Given
Add the previous set of elements on the stack to the current set, optionally filtered by a selector. As
Get the parent of each element in the current set of matched elements, optionally filtered by a selector. Given
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the children of each element in the set of matched elements, optionally filtered by a selector. Given
Add the previous set of elements on the stack to the current set. Note: This function
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector. Given
Reduce the set of matched elements to a subset specified by a range of indices. Given a jQuery object
Get the children of each element in the set of matched elements, including text and comment nodes. Given
Page 2 of 3