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. [EMAIL PROTECTED] 615.370.1530 x737 --------------//--------->
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
