AvailabilityDOM Level 2 Events Methods
DescriptionIn DOM implementations that support events (i.e., those that support the "Events" feature), all nodes in the document tree implement this interface and maintain a set or list of event listener functions for each node. The addEventListener( ) and removeEventListener( ) methods allow listener functions to be added and removed from this set. See AlsoEvent, EventListener; Chapter 19 Type ofEvent.currentTarget, Event.target, MouseEvent.relatedTarget Passed toMouseEvent.initMouseEvent( ) |