Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

queryselector name attribute

document.querySelectorAll('[property]'); // All with attribute named "property"
document.querySelectorAll('[property="value"]'); // All with "property" set to "value" exactly.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #queryselector #attribute
ADD COMMENT
Topic
Name
8+1 =