jQuery BlockUI and iframe vs require.js

Hi folks We are using jQuery BlockUI plugin to indicate long-running operations. progress-indicator.js Also we show popups using iframes. When we execute long-running operation from popup, BlockUI blocks only popup iframe and that doesn’t look great especially for small popups. So we want to block the whole page, and to do that we just have …