Super Volatile

Krzysztof Szafranek's link blog

Hi, I'm Krzysztof and I make websites.
When I'm not making websites, I read these.
Jan 19, 2011 / 10:17pm

JQuery 1.5 promises a better future

Since jQuery always returns a promise, you can now add callbacks even after you have done the call... or even change the callback later.

jQuery.getJSON( url ).error( errorCallback )

On new features in upcoming jQuery 1.5 release.