1
vote
Showing spinner.gif in ajax call on loading time in grails
The same for jQuery (this was actually bundled in the Grails jQuery plugin):
$(document).ready(function() {
$("#ajax-area").bind("ajaxSend", function() {
$(this).fadeIn( …
