DOM:event.currentTarget
From MDC
Contents |
[edit] Summary
Identifies the current target for the event, as the event traverses the DOM.
See also Comparison of Event Targets.
[edit] Syntax
target = event.currentTarget;
-
targetis a reference to theEventTargetwhose event listeners are currently being processed.