jQuery blockUI plugin Version 2.39 (23-MAY-2011) Demos: $(document).ready(function() { $('#demo1').click(function() { $.blockUI({ message: $('#loginForm') }); setTimeout($.unblockUI, 2000); }); }); // override these in your code to change the defaul
Version: 1.3.2 ChangeLog Bug datagrid: The loading message window can not be centered when changing the width of datagrid. fixed. treegrid: The 'mergeCells' method can not work normally. fixed. propertygrid: Calling 'endEdit' method to stop editing