Software Details:
Version: 2.70.0
Upload Date: 13 Apr 15
Distribution Type: Freeware
Downloads: 125
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 without letting the user know something is happening.
The jQuery BlockUI Plugin tells the user new content is being loaded, so he stops taking other actions until that operation has finished. This is done by overlaying the native loading mouse cursor on top of the page.
The plugin is very simple to include into every code, and should be considered for pages where AJAX is not used to load new content.
Requirements:
- JavaScript enabled on client side
- jQuery 1.7 or higher
Comments not found