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
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
The namespace specified when the event was triggered. This will likely be used primarily by plugin
An optional object of data passed to an event method when the current executing handler is bound.
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element. This
The mouse position relative to the left edge of the document. event
The current DOM element within the event bubbling phase. This property will typically be equal to
Page 2 of 6