Gets the event target that is currently being processed.
![]() |
Syntax
| JavaScript | |
|---|
Property values
Type: Object
The current target of the event.
Standards information
Remarks
The target property returns the element that originally received an event. However, the currentTarget property returns the element that the event handlers are being processed for during the capturing and bubbling phases. At event phase AT_TARGET, the currentTarget and target objects are the same object.
See also
- SVGZoomEvent
- BeforeUnloadEvent
- CompositionEvent
- CustomEvent
- Event
- DragEvent
- FocusEvent
- KeyboardEvent
- MessageEvent
- MouseEvent
- MutationEvent
- StorageEvent
- TextEvent
- UIEvent
- eventPhase
Build date: 11/29/2012
