.dblclick()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
.mousemove()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
.mouseenter()
  • References/JavaScript/jQuery/Events

Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element. This

2025-01-10 15:47:30
.bind()
  • References/JavaScript/jQuery/Events

Attach a handler to an event for the elements. As of jQuery 1.7, the

2025-01-10 15:47:30
event.pageX
  • References/JavaScript/jQuery/Events

The mouse position relative to the left edge of the document. event

2025-01-10 15:47:30
.hover()
  • References/JavaScript/jQuery/Events

Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.

2025-01-10 15:47:30
.undelegate()
  • References/JavaScript/jQuery/Events

Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.

2025-01-10 15:47:30
.keydown()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
.select()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "select" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
event.result
  • References/JavaScript/jQuery/Events

The last value returned by an event handler that was triggered by this event, unless the value was undefined.

2025-01-10 15:47:30