Find the first matching child of each element in the current set of
matched elements
Find all children of each element in the current set of matched elements.
Reduce the current set of matched elements.
Find all descendants of each element in the current set of matched
elements.
Reduce the set of matched element to those who have a descendant that
matches a filter.
boolean
Check if at least one element in the set of matched elements satisfies a
filter.
Get the immediate next sibling of every element in set of matched
elements, matching a filter
Get all next siblings of every element in a set of matched elements,
matching a filter
Get all next siblings of every element in a set of matched elements,
matching a filter, until the provided selector matches
Get all next siblings of every element in a set of matched elements until
the provided filter matches
Get all next siblings of every element in a set of matched elements,
matching a selector until the provided filter matches
Get all next siblings of every element in a set of matched elements,
matching a filter until the provided filter matches
Remove elements from the set of matched elements.
Get the immediate parent elements of every element in a set of matched
elements, matching a filter
Get all ancestor elements of every element in a set of matched elements,
matching a filter
Get all ancestors of every element in a set of matched elements, matching
a filter, until the provided selector matches
Get all ancestors of every element in a set of matched elements until the
provided filter matches
Get all ancestors of every element in a set of matched elements, matching
a selector until the provided filter matches
Get all ancestors of every element in a set of matched elements, matching
a filter until the provided filter matches
Get the immediate previous sibling of every element in set of matched
elements, matching a filter
Get all previous siblings of every element in a set of matched elements,
matching a filter
Get all previous siblings of every element in a set of matched elements,
matching a filter, until the provided selector matches
Get all previous siblings of every element in a set of matched elements
until the provided filter matches
Get all previous siblings of every element in a set of matched elements,
matching a selector until the provided filter matches
Get all previous siblings of every element in a set of matched elements,
matching a filter until the provided filter matches
Removes all elements from their parent nodes in the set of matched
elements, matching a filter
Get all siblings of every element in a set of matched elements, matching
a filter