While waiting for a response from a .load(), is there any way to change the cursor to the busy/wait cursor?
I hope this helps
$("body").css('cursor','wait'); //or $("body").css('cursor','progress');
greetings