Display *browser* loading indicator (like when a postback occurs) on ajax calls
问题 example: Go to your Facebook wall, scroll the end of the page, Facebook will load more wall posts asynchronously . Or just click on an images in your wall post. The image dialog (with comments and larger image) is loading asynchronously as well. (You can see the GET requests with firebug). But by looking and the firefox tab, you see the loading indicator, just like when a postback occurs. I know this can be achieved by using an IFrame and changing its src. Just like what iGoogle does. But I'm