Iterate over a jQuery object, executing a function for each matched element. The .each()
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 children of each element in the set of matched elements, optionally filtered by a selector. Given
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
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.
Get the children of each element in the set of matched elements, including text and comment nodes. 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.
Page 2 of 3