动态取消选中复选框

时间:2014-04-03 07:15:20

标签: jquery-mobile checkbox

打算在按钮点击时清空Checkbox的值(如果有的话)。

尝试了所有给定的解决方案,但没有改变(它保持其检查状态):

1-- $("#checkbox-1").attr("checked",false);
2-- $('#checkbox-1').attr('checked', true).checkboxradio('refresh');
3-- $("#checkbox-1").prop("checked",false);
4-- $('#checkbox-1').prop('checked', true).checkboxradio('refresh');

请帮助,如果我在任何地方出错了!

0 个答案:

没有答案