Call the below code to show the block message window:
$.messager.progress({
title:'Your Title',
msg:'Processing, Please Wait'
});
To close this block window, call below code:
$.messager.progress('close');
For more information please refer to
http://www.jeasyui.com/documentation/messager.php.