jQuery event.target Property (original) (raw)
Last Updated : 7 Jul, 2023
The jQuery event.target is an inbuilt property that,** is used to find which DOM element will start the event.
**Syntax:
event.target
**Parameter: It does not accept any parameter because it is a property, not a function.
**Example 1: This example shows the working of event.target Property.
HTML `
click Here !