Showing the loading icon when jQuery is waiting for a response
Here’s a very simple method of putting an overlay on the page when you are making an asynchronous call using $.ajax. As the page does not refresh, you need to alert your user that work is actually been done and that they cannot interact with the page until you have finished
The css:
.lightbox_bg {
[...]
Developer by day, husband and dad by night and dreaming about sport inbetween.