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