Mike Alsup schrieb: > This is a plugin for anyone who has an occasional need to simulate > synchronous ajax. Sync ajax locks the entire browser which is never a > good idea. This plugin can block and unblock user interaction on > demand. A demo can be found here: > > http://www.malsup.com/jquery/block/
I'm wondering, why are the functions chainable, because they're not working on DOM elements... Is that a new plugin convention? Why not: $.blockUI()? Like that it's clearer that it is a "global" function, like $.ajaxTimeout etc. Thanks Mike! -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
