You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc> The current DOM element within the event bubbling phase. </desc>
<longdesc>
<p>This property will typically be equal to the <code>this</code> of the function.</p>
<p>
<em>If you are using <a href="/jQuery.proxy/">jQuery.proxy</a> or another form of scope manipulation, <code>this</code> will be equal to whatever context you have provided, not <code>event.currentTarget</code></em>
</p>
</longdesc>
<example>
<desc>Alert that currentTarget matches the `this` keyword.</desc>