JQuery 1.5 promises a better future.
Here's a great explanation of a) what promises are and b) how the promises/deferreds code in the $.ajax method is being refactored out for general use: http://blog.rebeccamurphey.com/deferreds-coming-to-jquery
> jQuery is using promises, and not futures.
Can anyone explain the difference between promises and futures? I've always used the terms interchangeably.
undefined
great explanation of how subclassing works in 1.5! now you can extend / overwrite jQuery in extreme isolation without polluting its global namespace.