I have my html tag as
<img src="D:\img1" class="date"/>
my jquery is
$(".date").click(function(e) { alert(e) });
I wanted to know how to pass the value "e" from img tag
I have my html tag as
<img src="D:\img1" class="date"/>
my jquery is
$(".date").click(function(e) { alert(e) });
I wanted to know how to pass the value "e" from img tag