Availability: |
| |||
Property/method value type: | undefined | |||
JavaScript syntax: | IE | myElement.mergeAttributes(anElement) | ||
IE | myElement.mergeAttributes(anElement, aCaseSense) | |||
Argument list: | aCaseSense | A flag indicating whether name lookup is case sensitive | ||
anElement | A source element to merge attributes from |
The attributes from the source object are merged with the attributes of the receiving object. This may replace some attribute values or may add to the set of attributes if similarly named attributes are present in both but only differ in their case sensitivity.
Prev | Home | Next |
Element.lastChild | Up | Element.nextSibling |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |