Ajax reload event after data load

Ajax reload event after data load

CheckiumCheckium Posts: 6Questions: 2Answers: 0

The unique event I found that executes after the data is loaded was init, the problem is that init doesn't execute when ajax is reloaded. I tried xhr event, but its also executed before data load, I tried setting a timeout after xhr but also didnt work, is there any event that does the trick?

Answers

  • rgrg Posts: 4Questions: 1Answers: 0

    There are quite few events you could use if you look at this Ajax link api.jquery.com/jquery.ajax/. Some interesting one's for you would be: success, processData.

This discussion has been closed.