Mike Alsup Wed, 19 Nov 2008 12:26:19 -0800
> $.pause(2000, 'fx').unblockUI();
Just set a timeout: setTimeout(2000, $.unblockUI);