// 将所有button置为disabled,定时将上面disabled button复原 $("#outRate_export:button:not(:disabled)").attr("di","di").attr("disabled",true).css("background-color", "#c2c2c2"); setTimeout(function(){$("#outRate_export:button[di=di]").attr("disabled",false).removeAttr("di").css("background-color", "#3091d1");},4000);