Describes the nature of the event. event.type
Bind an event handler to the "focusin" event. This method is a shortcut for .on( "focusin"
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element. This
Execute all handlers and behaviors attached to the matched elements for the given event type. Any
Remove a previously-attached event handler from the elements. Event handlers attached with
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element. This
Remove event handlers previously attached using .live() from the elements. Any handler
The mouse position relative to the top edge of the document. event
Bind an event handler to the "contextmenu" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "focusout" JavaScript event. This method is a shortcut for .on(
Page 5 of 6