.removeAttr(‘checked‘);
.prop(‘checked‘,false);
.prop(‘checked‘,true);
与
.attr("checked",true);
有本质区别,上边的方法效果理想。
JQuery 操作 radio 被坑一例
原文:http://www.cnblogs.com/rgqancy/p/5017357.html