> Is there a way to test if blockUI is currently blocking a specific
> element?

You can check to see if there is a block on a specific element like
this:

var isBlocked = $('#elementId').data('blockUI.isBlocked');

Reply via email to