Programmer's Guide
>
Interfaces
>
W3C Event interface
>
currentTarget attribute
currentTarget attribute
Used to indicate the
EventTarget
whose
EventListeners
are currently being processed. This is particularly useful during capturing and bubbling.
currentTarget
Access
read-only
Returns
EventTarget