I have popup which is rendered by other component(which I can't change at all). I need to call Ajax chain (3 requests) on popup opening. Now requests are called after DomReady. Is it possible to call them before that(when popup opening or at the other moment)?thanks in advance