Adding a Wait Cursor to a jQuery .ajax() Call
When you make ajax calls there is often some delay before the response and the user may start clicking buttons or taking some other undesirable action. A quick solution is to show a wait cursor, which will deter the user from other actions and give them visual feedback.