Easy Tutorial
❮ Html Empty Event Hover ❯

jQuery event.currentTarget Property

jQuery Event Methods

Example

event.currentTarget is usually equal to this:


Definition and Usage

The event.currentTarget property is the current DOM element within the event bubbling phase, usually equal to this.


Syntax

Parameter Description
event Required. The event parameter comes from the event binding function.

More Examples

Return the Content of the Element


jQuery Event Methods

❮ Html Empty Event Hover ❯