>         $.pause(2000, 'fx').unblockUI();

Just set a timeout:

setTimeout(2000, $.unblockUI);

Reply via email to