removeAttributeNS (DOMElement - JavaScript)

Removes the attribute with the given name and within the given namespace.

Defined in

DOMElement

Syntax

removeAttributeNS(namespace:string, localname:string) : void