The event type pops up alert after clicking on the anchor points.
$("a").click(function (event) { alert(event.type); // "click" });