querySelectorAll
Description
The querySelectorAll of ParentNode for JS returns all elements of the node that match the selector(s).
Syntax
node.querySelectorAll(selectors)
Parameters
selectors
Patterns that match elements in a tree structure.
The querySelectorAll of ParentNode for JS returns all elements of the node that match the selector(s).
node.querySelectorAll(selectors)
Patterns that match elements in a tree structure.