[jQuery] Elegant Loading Indicator
Have a working example? I think I know what it does, but I'm not sure.
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
andy@icglink.com
615.370.1530 x737
--------------//--------->
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On
Behalf Of Jörn Zaefferer
Sent: Friday, December 08, 2006 3:57 AM
To: jQuery Discussion.
Subject: [jQuery] Elegant Loading Indicator
$(document.body).ajaxStart(function() {
this.style.cursor = "wait";
}).ajaxStop(function() {
this.style.cursor = "default";
});
I like the unobtrusive simplicity.
--
Jörn Zaefferer
http://bassistance.de
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/