Is there a way to take the current target of an event with IE 7 or 8?
With other browser (firefox, opera, chrome etc.) we can use event.currentTarget or
event.currentTarget
currentTarget property is supported from IE version 9 onwards.
Try this sample in IE9+