removeAttributeNS (DOMElement - JavaScript)
Removes the attribute with the given name and within the given namespace.
Defined in
DOMElementSyntax
removeAttributeNS(namespace:string, localname:string) : void
Removes the attribute with the given name and within the given namespace.
removeAttributeNS(namespace:string, localname:string) : void