Jquery常用功能

1.移除CSS标签的某一个属性

$("#div_basic-14 .input-append").removeAttr("class");//移除标签的某一个属性

原文地址:https://www.cnblogs.com/bee-home/p/7340248.html