Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element. This
The mouse position relative to the left edge of the document. event
The difference in milliseconds between the time the browser created the event and January 1, 1970. This
Attach a handler to an event for the elements. As of jQuery 1.7, the
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
If this method is called, the default action of the event will not be triggered. For example, clicked
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.
The current DOM element within the event bubbling phase. This property will typically be equal to
Page 2 of 6