Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that
Add the previous set of elements on the stack to the current set, optionally filtered by a selector. As
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector. Given
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
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 a subset specified by a range of indices. Given a jQuery object
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector. Given
Get the children of each element in the set of matched elements, including text and comment nodes. Given
Page 2 of 3