Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

attrChange property

Gets a value that indicates what type of change occurred.

Document Object Model (DOM) Level 3 Events Specification, Section 5.2.8Internet Explorer 9

 

Syntax

JavaScript

p = object.attrChange

 

Property values

Type: Number

MODIFICATION (0x0001)

The attribute was modified.

ADDITION (0x0002)

The attribute was added.

REMOVAL (0x0003)

The attribute was deleted.

Standards information

See also

MutationEvent
Reference
attrName
newValue
prevValue
relatedNode

 

 

Show:
© 2017 Microsoft