tadam logo
Did you find an error in the text?
Select this with mouse and press
Ctrl + Enter
Xhtml.co.il Check Spelling
Orphus system

event.type

event.type

Description: Describes the nature of the event.

event.type

version added: 1.0

Example

On all anchor clicks, alert the event type.
$("a").click(function(event) {
  alert(event.type); // "click"
}); 
Was this information helpful?
   

Comments