Bind an event handler to the "select" JavaScript event, or trigger that event on an element. This
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
The namespace specified when the event was triggered. This will likely be used primarily by plugin
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element. This
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "load" JavaScript event. This method is a shortcut for .on( "load"
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element. This
Page 1 of 6