Attach a handler to an event for the elements. As of jQuery 1.7, the
Bind an event handler to the "load" JavaScript event. This method is a shortcut for .on( "load"
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element. This
An optional object of data passed to an event method when the current executing handler is bound.
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 "keydown" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element. This
Page 2 of 6