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 default behavior and st
可以用,感觉很不错,感谢楼主分享
不错,用这个做遮罩层效果很好
不错的,带实例就更好了
不错,能用。来几个例子就更好了!
就一个JS,没用例子的。不会用