Answers for "check if element has a certain 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 "check if element has a certain attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language