I have a simple JS function that needs to get called when AJAX call succeeds, however i don't have any control over the AJAX calls since the framework (DNN5) handles all that.
How do i call my function on AJAX success?
I use DNN5 and jQuery, if you're not familiar with DNN, just assume that all the controls on the page are wrapped in the asp:UpdatePanel.
Thank you.