HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

removeAttribute

Description

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

Syntax

element.removeAttribute(qualifiedName)

Parameters

qualifiedName

A qualified name.

Examples

1