Add handlers to be called when the Deferred object is resolved. The deferred.done()
Store arbitrary data associated with the matched elements. The .data() method allows
Get the current value of the first element in the set of matched elements. The .val()
Reduce the set of matched elements to the final one in the set. Given a jQuery object that represents
Execute all handlers attached to an element for an event. .triggerHandler( eventType )
Takes a well-formed JSON string and returns the resulting JavaScript value. Passing in a malformed
Select all elements that are in the progress of an animation at the time the selector is run.
Bind an event handler to the "error" JavaScript event. This method is a shortcut for .on(
The current DOM element within the event bubbling phase. This property will typically be equal to
Selects the first matched element. The :first pseudo-class is equivalent to :eq(
Page 14 of 32