Answers for "remove attribute and add attribute html button"

6

remove attribute javascript

document.getElementsByTagName("H1")[0].removeAttribute("class");
Posted by: Guest on June-19-2020
-2

remove attribute jquery

$('p').attr('style','');
Posted by: Guest on October-29-2020

Code answers related to "remove attribute and add attribute html button"

Code answers related to "Javascript"

Browse Popular Code Answers by Language