Iterate over a jQuery object, executing a function for each matched element. The .each()
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
Add the previous set of elements on the stack to the current set. Note: This function
Add the previous set of elements on the stack to the current set, optionally filtered by a selector. As
Get the children of each element in the set of matched elements, optionally filtered by a selector. Given
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
Reduce the set of matched elements to a subset specified by a range of indices. Given a jQuery object
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
Page 2 of 3