search for: someajax

Displaying 1 result from an estimated 1 matches for "someajax".

Did you mean: loveajax
2007 Jun 24
0
Browser-level "Loading" Cursors for AJAX
I''ve only tested this in Firefox so far, but it seems handy. One more way to let people know that stuff is going on behind the scenes. var SomeAjax = new Ajax.Request("/some/address", { onCreate: function() { document.body.parentNode.style.cursor = "progress" }, onComplete: function() { document.body.parentNode.style.cursor = "default" } }) -- -=jack[turner-fBgUz5AM8P2sTnJN9+BGXg@public.gmane.org & t...