Get the Newsletter

querySelectorAll

A Method

querySelectorAll(selectors: string): NodeList

Performs a query selector on the document and returns all located matches.

Parameters

selectors: string

Returns

A list of all matched elements in the document.