Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Returns whether event.stopImmediatePropagation() was ever called on this event object. This property
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
The DOM element that initiated the event. The target property can be the element that
Bind an event handler to the "unload" JavaScript event. This method is a shortcut for .on(
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element. This
The element where the currently-called jQuery event handler was attached. This property is most
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
Page 4 of 6