deferred.done()
  • References/JavaScript/jQuery/Deferred Object

Add handlers to be called when the Deferred object is resolved. The deferred.done()

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

Store arbitrary data associated with the matched elements. The .data() method allows

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

Get the current value of the first element in the set of matched elements. The .val()

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

Reduce the set of matched elements to the final one in the set. Given a jQuery object that represents

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

Execute all handlers attached to an element for an event. .triggerHandler( eventType )

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

Takes a well-formed JSON string and returns the resulting JavaScript value. Passing in a malformed

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

Select all elements that are in the progress of an animation at the time the selector is run.

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

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

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

The current DOM element within the event bubbling phase. This property will typically be equal to

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

Selects the first matched element. The :first pseudo-class is equivalent to :eq(

2025-01-10 15:47:30