Description: Describes the nature of the event.
$("a").click(function(event) { alert(event.type); // "click" });
Submit feedback about this site to: