ZVON > References > DOM2 Reference

MutationEvent (interface )


Own properties:
attributes  -  attrChange, attrName, newValue, prevValue, relatedNode
methods  -  initMutationEvent

Inherited properties:
attributes  -  type, target, currentTarget, eventPhase, bubbles, cancelable, timeStamp
methods  -  stopPropagation, preventDefault, initEvent

Description:
The MutationEvent interface provides specific contextual information associated with Mutation events.

Mutation Event Types:
  1 = MODIFICATION (of type unsigned short)
The Attr was modified in place.
  2 = ADDITION (of type unsigned short)
The Attr was just added.
  3 = REMOVAL (of type unsigned short)
The Attr was just removed.