Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Attach a handler to an event for the elements. As of jQuery 1.7, the
An optional object of data passed to an event method when the current executing handler is bound.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
The mouse position relative to the left edge of the document. event
The namespace specified when the event was triggered. This will likely be used primarily by plugin
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element. This
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 "mouseout" JavaScript event, or trigger that event on an element. This
If this method is called, the default action of the event will not be triggered. For example, clicked
Page 1 of 6