jquery禁用文本框
禁用文本框 //文本框禁用 $("input[type='text']").each(function () { $("#" + this.id).attr("disabled", tru ...
禁用文本框 //文本框禁用 $("input[type='text']").each(function () { $("#" + this.id).attr("disabled", tru ...