4

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.

gudaoxuri
  • 103
  • 7
  • What do you mean with "when the data load is complete"? Do you mean the refresh of a page or the loading of all the modules? Or perhaps something else? – George Daramouskas Aug 18 '16 at 19:00

0 Answers0