deferred.then()
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Display or hide the matched elements.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Remove an event handler.
Attach an event handler for all elements which match the current selector, now and in the future.
Display or hide the matched elements by animating their opacity.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Insert every element in the set of matched elements to the beginning of the target.
Adjust the opacity of the matched elements.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Insert every element in the set of matched elements before the target.
Insert every element in the set of matched elements after the target.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.