Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "load" JavaScript event. This method is a shortcut for .on( "load"
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
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
The difference in milliseconds between the time the browser created the event and January 1, 1970. This
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
If this method is called, the default action of the event will not be triggered. For example, clicked
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "change" JavaScript event, or trigger that event on an element. This
Page 2 of 6