
class method Selector.matchElements
Selector.matchElements(elements, expression) → [Element…]Filters the given collection of elements with expression.
The only nodes returned will be those that match the given CSS selector.

Selector.matchElements(elements, expression) → [Element…]Filters the given collection of elements with expression.
The only nodes returned will be those that match the given CSS selector.