I want to delay blocking by 2 seconds while executing this code. How can I do that ? I tried setTimeout but it did not worked.
document.getElementById('<%=btnSave.ClientID%>').disabled=true;
document.getElementById('<%=btnSave.ClientID%>').value='Saving...';
$('#Block').block({message:'Please wait...',css: { border: '3px solid #a00' }});