children abstract method

ElementQuery children([
  1. String selector
])

Retrieve the union of childrens of each element in this collection.

    • If selector is provided, children who do not match the selector is
  • filtered out.

Implementation

ElementQuery children([String selector]);