BlockUI - Page or element overlay
Getting Started
Download either the production versionmin or the development versionmax of BlockUI. In your web page:<!-- include jQuery --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <!-- include BlockUI --> <script src="http://path/to/your/copy/of/jquery.blockUI.js"></script> <script> // invoke blockUI as needed --> $(document).on('click', '#myButton', function() {}); ></script>$.blockUI();