Block UI untill a page has fully loaded : jquery, blockUI plugin
- by Kunal Mukherjee
How can I block the UI when the page is still loading using jquery and blockUI plugin? If the page was being loaded using an AJAX call I know the workaround, but when the page is loading with a postback, then how to block the ui until the page has finished loading completely?
Please help. Many thanks in advance for your effort and time.