event.delegateTarget

event.delegateTarget

event.delegateTargetReturns: Element

Description: The element where the currently-called jQuery event handler was attached.

  • version added: 1.7event.delegateTarget

This property is most often useful in delegated events attached by .delegate() or -on(), where the event handler is attached at an ancestor of the element being processed- It can