私はこの選択ボックスを持っています:
<select class="slctbx condition-Combiner" onchange="updateConditionBuilder()" style="color: rgb(153, 153, 153);" disabled="disabled">
そして私は使用しています:
$('#rule-condition-listing tr:last-child .condition-Combiner').removeAttr("style","#999999").removeAttr("disabled","disabled");
したがって、実際には無効な属性は削除されますが、色の属性は削除されません