Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what does queryselectorAll returns?

The querySelectorAll() method returns all elements in the document
that matches a specified CSS selector(s), as a static NodeList object.
The NodeList object represents a collection of nodes.
The nodes can be accessed by index numbers.
The index starts at 0.
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #queryselectorAll
ADD COMMENT
Topic
Name
3+5 =