This question has been flagged

Hi All.

I hope that execute custom function when all data load is complete, I can use ajaxStop in previous versions

$(document).ajaxStop(function () {
   //Do Something.
});

But this does not work in the new version on github.

Is there a global method that is triggered when the data load is complete ?

Avatar
Discard