Question

Is ajaxComplete able to handle any ajax requests invoked in page, for example asp.net ajax or is it only for ajax requests originating using jQuery. I tried to handle Telerik's RadGrid like this without success

 $('#RadGrid1').ajaxComplete(function() {

        });
Was it helpful?

Solution

I believe it is only the jQuery ajax methods that will trigger this. You can manually call it on the "success" event of any other ajax function though.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top