![]() |
VOOZH | about |
jQueryevent.delegateTarget property is used to return the element where the currently-called jQuery event handler was attached.
event.delegateTargetExample 1: This example shows the use of event.delegateTarget property in jQuery.
Output:
👁 ImageExample 2: In this example, the text size will change after clicked inside the box.
Output:
👁 Image