Answers for "how t o check the attribute of element in js"

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 "how t o check the attribute of element in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language