页面异步测试页面:http://jsfiddle.net/uymf2u5b/
下拉框和文本框禁用:
$("#id").prop("disabled", true); $("#id").attr("disabled", "disabled");