Response title
This is preview!
<button id="demo3">Run</button>
$(document).ready(function() {
$('#demo3').click(function() {
$.blockUI({ overlayCSS: { backgroundColor: '#00f' } });
setTimeout($.unblockUI, 2000);
});
});
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript"></script>
Requires jQuery v1.7 or later
When you view
http://malsup.github.io/jquery.blockUI.js
You have:
© 2013 jQuery Foundation
Sponsored by and others.