jQuery BlockUI Plugin 2.70.0

By default, every page works synchronous. Meaning code is executed one line at a time. Because AJAX uses parallel code execution to fetch new, content can be loaded dynamically without blocking the page.But for normal pages, doing this blocks the page...