Skip to content
Thomas Weinert edited this page Jul 30, 2014 · 1 revision

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.

Clone this wiki locally