I use JQuery. There is a widget based application. There are multiple widgets on single page. Every widget contains N number of ajax request while loading the widgets.
How can i capture the event when result of all ajax request are received? Is there any way without timer?