Ajax reload event after data load
Ajax reload event after data load
Checkium
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?
This discussion has been closed.
Answers
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.