Answers for "dom how to see if a tag has an attribute"

4

how to check element has an attribute js

let result = element.hasAttribute(name);
Posted by: Guest on July-28-2020

Code answers related to "dom how to see if a tag has an attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language