While waiting for a response from a .load(), is there any way to change the cursor to the busy/wait cursor?
You can use this:
$('body').css('cursor', 'progress');
before you start loading and once complete change the cursor to auto