Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js remove all attributes from element

while(elem.attributes.length > 0)
    elem.removeAttribute(elem.attributes[0].name);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #remove #attributes #element
ADD COMMENT
Topic
Name
4+7 =