removeAttribute method
The Element
method
removeAttribute()
removes the attribute with the
specified name from the element.
Implementation
external void removeAttribute(String qualifiedName);
The Element
method
removeAttribute()
removes the attribute with the
specified name from the element.
external void removeAttribute(String qualifiedName);