Simple little trick to simulate one part of the "busy" state for browsers.
Click and check out the favicon (if you're not using Sadfari or AyyyyyEEEEEE).
The framerate ain't great in Chrome, but it's pretty slick in Firefox.
Just include the plugin, start it, stop it.
$.favispin.on()
$.favispin.off()
$.favispin.ison()//-> returns true or false
$.ajax({
/*....*/
beforeSend: $.favispin.on
})
.always($.favispin.off);
Todos: