removeAttribute

The removeAttribute JS Element removes element’s first attribute whose qualified name is qualifiedName.

Syntax

element.removeAttribute(qualifiedName)

Parameters

qualifiedName

A qualified name.

Examples

HomeMenu