querySelectorAll method

NodeList querySelectorAll(
  1. String selectors
)

The Document method querySelectorAll() returns a static (not live) NodeList representing a list of the document's elements that match the specified group of selectors.

Implementation

external NodeList querySelectorAll(String selectors);