.map()
  • References/JavaScript/jQuery/Traversing

Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.

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
callbacks.fired()
  • References/JavaScript/jQuery/Callbacks Object

Determine if the callbacks have already been called at least once.

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

Selects element if it is currently focused. As with other pseudo-class selectors (those that begin

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
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
Next adjacent selector (“prev + next”)
  • References/JavaScript/jQuery/Selectors

Selects all next elements matching "next" that are immediately preceded by a sibling "prev". One

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

Selects all elements that are selected. The :selected selector works for <option>

2025-01-10 15:47:30
Attribute contains word selector [name~=”value”]
  • References/JavaScript/jQuery/Selectors

Selects elements that have the specified attribute with a value containing a given word, delimited by spaces. This

2025-01-10 15:47:30
deferred.isResolved()
  • References/JavaScript/jQuery/Deferred Object

Determine whether a Deferred object has been resolved. This API is deprecated as of

2025-01-10 15:47:30