This code is working perfectly on mozila(103.0) but, it is not working on chrome or microsoft edge.
$('#loading).bind('ajaxStart', function () { $(this).show(); }).bind('ajaxStop', function () { $(this).hide(); });