bootstrap 利用jquery 添加disabled属性

添加:

$("#id").attr("disabled","disabled");

去除:

$("#id").removeattr("disabled");

原文地址:https://www.cnblogs.com/duyunchao-2261/p/6692141.html