Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

querySelectorall from type javascript

//To obtain a NodeList of all of the <input> elements type password:
const passwords = document.querySelectorAll("input[type='password']");
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #querySelectorall #type #javascript
ADD COMMENT
Topic
Name
1+5 =