采用如下的:

$(this).prop('checked', false);

$("#控件的id值").prop('checked', false);

使用这种不行.

$("#控件的id值").removeAttr("checked");

更多推荐

Jquery如何去掉复选框的勾