Does anybody know of a nice plugin for ajax loading overlay preventing any other action in the browser till the data gets loaded.
loadmask plugin
Try blockUI: http://malsup.com/jquery/block/
This doesn't have any connection to AJAX inherently, but it's something you can invoke when doing your own AJAX calls separately.
i made one more tailored to this sort of thing:
http://plugins.jquery.com/project/loading
All you need to do is:
$.loading({onAjax:true,mask:true});
That'll wire it up to ajax events automatically. There are a great many more options and features though. You can use text, arbitrary elements, apply "pulse" effects and more. Check out the demo:
http://jquery-values.googlecode.com/svn/other/loading/jquery.loading.htm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With