On Fri, Jul 9, 2010 at 8:24 AM, Trevor Orr <[email protected]> wrote:
> If I understand correctly you have multiple requests firing that replace > most of the content on the page? Then I would guess you would to create and > display a spinner and then have some way to figure out when the last request > has completed and remove the spinner. The Group class lets you do that. How about just setting the document.body's css cursor property to the progress icon and then set it back when you're done? I'm with Ryan here, I don't know what you're after. Can you point us to a site that behaves the way you want? I also agree: if you're loading an entirely new document via Ajax, you're doing it wrong. Just load a new document like normal.
