Description: Describes the nature of the event.
$( "a" ).click(function( event ) { alert( event.type ); // "click" });