All
I hope that the execution of the user function, when all the data loading is completed, I can use ajaxStop in previous versions
$(document).ajaxStop(function () {
});
But this does not work in the new version of github.
Is there a global method that starts when data loading is completed.
source
share