Deferred Objects in jQuery 1.5 - AJAX
The latest version of our beloved jQuery introduced a couple of new features, one of which is called Deffered Objects. Now what is that exactly?
We often need to introduce some sort of a callback mechanism in JavaScript, where a function is invoked once a task is done. The most popular usecase would be AJAX.

