blockui
blockui copied to clipboard
support multiple concurrent blocks
It should be possible to call blockUI multiple times (e.g. for multiple ajax requests done at the same time), and then multiple unblocks. When calling blockUI twice, unblock must also be called twice before actually unblocking.