I've really grown to love the Deferred functionality added in jQuery 1.5. Not only does it allow for new kinds of functionality, it also allows existing success and error handlers to be bound in an easier-to-understand, less condensed format. One thing that I never really understood, however, was the pipe() method, added in jQuery 1.6. While I sort of understand the concepts of Decoration and Aspect Oriented Programming (AOP), I was never able to connect that to the use of Deferreds. Then, it ...
Read More ยป