Bind an event handler to the "error" JavaScript event. This method is a shortcut for .on(
Bind an event handler to the "change" JavaScript event, or trigger that event on an element. This
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element. This
The current DOM element within the event bubbling phase. This property will typically be equal to
Returns whether event.preventDefault() was ever called on this event object
Attach an event handler function for one or more events to the selected elements. The .on()
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree. In
Execute all handlers attached to an element for an event. .triggerHandler( eventType )
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.
Page 3 of 6