Learning jQuery

Learning jQuery Multiple Handlers & Promises

This course is out of date and does not reflect our standards or industry best practices. We now recommend you take the Complete Intro to Web Development, v3 course.

Check out a free preview of the full Learning jQuery course:
The "Multiple Handlers & Promises" Lesson is part of the full, Learning jQuery course featured in this preview video. Here's what you'd learn in this lesson:

Attach multiple handlers using: request.done(fn1, fn2...) request.done([fn1, fn2...]) or request.done(fn1).done(fn2).done(...) Karl walks through using promise interface to cache ajax requests in a nice way

Get Unlimited Access Now