ZVON
>
References
>
DOM2 Reference
Intro
/
Search
/
ZVON
DOM2 reference
>
Events:
Event
>
currentTarget
[Go to standard]
[Glossary]
[Help]
currentTarget (attribute )
Owning interface and usage:
Event
.
currentTarget
Member of these other interfaces:
MouseEvent
,
MutationEvent
,
UIEvent
Readonly:
yes
Type:
EventTarget
Description:
Used to indicate the
EventTarget
whose
EventListener
s are currently being processed. This is particularly useful during capturing and bubbling.