The namespace specified when the event was triggered. This will likely be used primarily by plugin
Bind an event handler to the "load" JavaScript event. This method is a shortcut for .on( "load"
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element. This
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 be fired when the mouse enters an element, or trigger that handler on an element. This
Attach a handler to an event for the elements. As of jQuery 1.7, the
The mouse position relative to the left edge of the document. event
If this method is called, the default action of the event will not be triggered. For example, clicked
Page 1 of 6