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
attrName
Attributions
Mozilla Developer Network : [Mutation Events Article]
Microsoft Developer Network: [Windows Internet Explorer API reference Article]