jquery设置属性值或移除属性

设置属性值:
$(“#inputID”).attr(“属性名”,“属性”);

移除标签属性:
$(“#inputID”).removeAttr(“属性名”);

你可能感兴趣的:(jquery设置属性值或移除属性)