Skip to Content
Learning jQuery - Fourth Edition
book

Learning jQuery - Fourth Edition

by Jonathan Chaffer, Karl Swedberg
June 2013
Beginner content levelBeginner
444 pages
9h 45m
English
Packt Publishing
Content preview from Learning jQuery - Fourth Edition

Deferred objects

Deferred objects and their promises allow us to react to the completion of long-running tasks with a convenient syntax. They are discussed in detail in Chapter 11, Advanced Effects.

Object creation

Function

Description

$.Deferred([setupFunction])

Returns a new deferred object.

$.when(deferreds)

Returns a promise object to be resolved when the given deferred objects are resolved.

Methods of deferred objects

Method

Description

.resolve([args])

Sets the state of the object to resolved.

.resolveWith(context, [args])

Sets the state of the object to resolved while making the keyword this refer to context within callbacks.

.reject([args])

Sets the state of the object to rejected.

.rejectWith(context, [args])

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning jQuery 3 - Fifth Edition

Learning jQuery 3 - Fifth Edition

Adam Boduch, Jonathan Chaffer, Karl Swedberg
jQuery Cookbook

jQuery Cookbook

Cody Lindley

Publisher Resources

ISBN: 9781782163145Other