JQuery 操作 radio 被坑一例

rgqancy發表於2015-12-03

.removeAttr('checked');  

.prop('checked',false);   

.prop('checked',true);

.attr("checked",true);

.attr("checked",true);

有本質區別,上邊的方法效果理想。

相關文章