//不可用 var btnSearch = $("#<%=btnSearch.ClientID %>"); btnSearch.attr("disabled", "disabled");
//可用 btnSearch.removeAttr('disabled');