Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
Returns whether event.stopImmediatePropagation() was ever called on this event object. This property
The DOM element that initiated the event. The target property can be the element that
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.
The element where the currently-called jQuery event handler was attached. This property is most
Indicates whether the META key was pressed when the event fired. Returns a boolean value (true
Bind an event handler to the "focusin" event. This method is a shortcut for .on( "focusin"
Returns whether event.stopPropagation() was ever called on this event object
Page 4 of 6