Query ParentsUntil - ThomasWeinert/FluentDOM GitHub Wiki

FluentDOM\Query::parentsUntil()

FluentDOM\Query parentsUntil([ string $selector = NULL [, $filter = NULL ]])

Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector.