Free web host - JavaScript Programmer’s Reference This value is meaningful for

JavaScript Programmer’s Reference This value is meaningful for DOMAttrModified events. The MutationEvent class provides the following constant values for testing attribute change property values: Value Symbolic name 1 MODIFICATION 2 ADDITION 3 REMOVAL See also: Attribute object, MutationEvent.newValue, MutationEvent.prevValue, Node.attributes[] Property attributes: ReadOnly. MutationEvent.attrName (Property) The name of a node attribute that has changed for a DOMAttrChange event. DOM level 2 JavaScript 1.5 Netscape 6.0 Availability: Property/method value type: JavaScript syntax: String primitive myMutationEvent.attrName N This is a string value containing the name of an attribute that has been changed. The old and new values are available in the prevValue and newValueproperties of the MutationEvent if you need to inspect them. See also: Attribute object, MutationEvent.newValue, MutationEvent.prevValue, Node.attributes[] Property attributes: ReadOnly. 1474

Leave a Reply