This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

attrName

Summary

Gets the name of the attribute that changed.

Property of dom/MutationEventdom/MutationEvent

Syntax

Note: This property is read-only.

var attributeName = event.attrName;

Return Value

Returns an object of type StringString

The name of the mutated attribute, if any.

Related specifications

DOM Level 2 Events
Recommendation

See also

Related articles

Deprecated

Attributions