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

FluentDOM\Query::has()

FluentDOM\Query has(string|DOMNode $selector);

Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.

Clone this wiki locally