Attach a handler to an event for the elements.
Attach a handler to an event for the elements. The handler is executed at most once per element.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Returns: Object
Execute all handlers attached to an element for an event.
Remove a previously-attached event handler from the elements.
Returns: jQuery
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: jQuery
Remove a handler from the event for all elements which match the current selector, now or in the future, based upon a specific set of root elements.
Attach a handler to the event for all elements which match the current selector, now or in the future.
Remove all event handlers previously attached using .live() from the elements.
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
Bind an event handler to the "click" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
Bind an event handler to the "error" JavaScript event.
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to the "focusin" JavaScript event.
Returns:
jQuery
Bind an event handler to the "focusout" JavaScript event.
Returns:
jQuery
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.
Bind an event handler to the "load" JavaScript event.
Returns:
jQuery
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Returns:
jQuery
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Returns:
jQuery
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
Returns:
jQuery
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
Bind an event handler to the "unload" JavaScript event.
Was this information helpful?

