I know the cursor can be altered to indicate a page loading:
$('body').css( 'cursor', 'progress' )
for instance... But I'm looking for a way to put the page itself in a loading stage, like the browser is doing when a page is loading, on the spot where normally the favicon would be displayed. Is there a way to change the status of that to waiting?