On Friday 08 December 2006 10:57, Jörn Zaefferer wrote:
> $(document.body).ajaxStart(function() {
>     this.style.cursor = "wait";
> }).ajaxStop(function() {
>     this.style.cursor = "default";
> });
>
> I like the unobtrusive simplicity.

For me, the wait cursor indicates an upcoming page refresh (oldschool web?), 
hence I will probably wait for this cursor to disappear before doing anything 
else. The beauty of Ajax (one of) IMHO is that you can continue to work on a 
page... 

I personally wouldn't use this.

Just my $0.02 (euro-cents that is ;-)
Barry

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to