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

Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.

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

The namespace specified when the event was triggered. This will likely be used primarily by plugin

2025-01-10 15:47:30
:even selector
  • References/JavaScript/jQuery/Selectors

Selects even elements, zero-indexed. See also odd. In particular, note that the 0-based indexing

2025-01-10 15:47:30
jQuery.fx.interval
  • References/JavaScript/jQuery/Effects

The rate (in milliseconds) at which animations fire. This property can be manipulated to adjust

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

Creates an object that handles the actual transmission of Ajax data. A transport is an object that

2025-01-10 15:47:30
callbacks.lock()
  • References/JavaScript/jQuery/Callbacks Object

Lock a callback list in its current state. This method returns the Callbacks object onto which it

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

Register a handler to be called when the first Ajax request begins. This is an Ajax Event.

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

Register a handler to be called when Ajax requests complete. This is an AjaxEvent.

2025-01-10 15:47:30