Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js get element by attribute

//find all elements with "someAttr" attribute
document.querySelectorAll('[someAttr]') 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #element #attribute
ADD COMMENT
Topic
Name
4+2 =