1,开启disabled,设置input不可编辑
$("#id").attr("disabled","disabled");
2,关闭disabled,可以编辑
$("#id").removeAttr("disabled");