Is it possible to set the cursor to \'wait\' on the entire html page in a simple way? The idea is to show the user that something is going on while an ajax call is being com
This seems to work in firefox
The * part ensures that the cursor doesn't change when you hover over a link. Although links will still be clickable.