Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Reduce the set of matched elements to the one at the specified index. Given a jQuery object that
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
Create a new jQuery object with elements added to the set of matched elements. Given a jQuery object
Remove elements from the set of matched elements. Given a jQuery object that represents a set of
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector. Given
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Page 3 of 3