Both are good suggestions, but I still need little more guidance on specifying which ajax-functions are ready...If I have three functions (original post, first three lines), which each have .ajax { success: } -call, does this mean that $("body").bind("ajaxStop",xxx) will be triggerered from any of these ajax calls? The point is that I have to make sure that all three functions ...