find abstract method

ElementQuery find(
  1. String selector
)

Retrieve an ElementQuery containing descendants of this element collection

  • which match the given selector.

Implementation

ElementQuery find(String selector);