.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
.load()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "load" JavaScript event. This method is a shortcut for .on( "load"

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
.one()
  • References/JavaScript/jQuery/Events

Attach a handler to an event for the elements. The handler is executed at most once per element per event type.

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
.scroll()
  • References/JavaScript/jQuery/Events

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

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

An optional object of data passed to an event method when the current executing handler is bound.

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
.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
.mouseover()
  • References/JavaScript/jQuery/Events

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

2025-01-10 15:47:30