removeAttribute method

void removeAttribute(
  1. String qualifiedName
)

The Element method removeAttribute() removes the attribute with the specified name from the element.

Implementation

external void removeAttribute(String qualifiedName);