Yes, gorgeuous but what happens if the server fails to respond? Will the 
cursor be stuck on "wait"?

Jörn Zaefferer wrote:
> $(document.body).ajaxStart(function() {
>     this.style.cursor = "wait";
> }).ajaxStop(function() {
>     this.style.cursor = "default";
> });
> 
> I like the unobtrusive simplicity.
> 

-- 
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com

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

Reply via email to