The element where the currently-called jQuery event handler was attached. This property is most
Execute all handlers and behaviors attached to the matched elements for the given event type. Any
Returns whether event.stopPropagation() was ever called on this event object
Describes the nature of the event. event.type
Remove event handlers previously attached using .live() from the elements. Any handler
Bind an event handler to the "focusin" event. This method is a shortcut for .on( "focusin"
The other DOM element involved in the event, if any. For mouseout, indicates the element
For key or mouse events, this property indicates the specific key or button that was pressed. The
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "contextmenu" JavaScript event, or trigger that event on an element. This
Page 5 of 6