ajaxable('.ajaxable') .onStart(startLoading) .onError(console.err) .onEnd((par) => { if(par.activeRequests === 0){ showModal('All done!'); } });