Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element. Given
Reduce the set of matched elements to the first in the set. Given a jQuery object that represents
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
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
Reduce the set of matched elements to those that match the selector or pass the function's test. Given
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Iterate over a jQuery object, executing a function for each matched element. The .each()
Reduce the set of matched elements to the final one in the set. Given a jQuery object that represents
Page 1 of 3