📅  最后修改于: 2022-03-11 15:04:16.689000             🧑  作者: Mango
BY LOVE
You need to call the progress bar class, That's IT
beforeSend: function ()
{
$('.loaderimg').show();
},
complete: function ()
{
$(".loaderimg").hide();
}