javascript DOMNodeRemoved Description
@April 28, 2008, 3:28 p.m.
DOMNodeRemoved | Firefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM 2 |
|
Bubbles: Yes; Cancelable: No |
Fires on a node when that node is explicitly removed from a node container. If you assign an event listener for this event to an element that is the container of a removed node, the DOMNodeRemoved event fires on the node being removed (the srcElement of the event object). If the event bubbles further (i.e., away from the original node location), the event listener function can still find out about the old container by reading the relatedNode event property. |
|
Typical Targets | |
All rendered nodes. |
Permanent URL:
http://javascript.gakaa.com/domnoderemoved-description.aspx
Powered by Linode.