gpt4 book ai didi

jquery - 如何清除复选框

转载 作者:行者123 更新时间:2023-12-03 21:38:33 24 4
gpt4 key购买 nike

如果单击“取消”,我想清除复选框的选择。我怎样才能用这段代码实现这个目标:

var chkbox= $('#divListBox').find(':checked')
.map(function() {
return $(this).val();
}).get();

最佳答案

这应该有效:

$('#divListBox :checked').removeAttr('checked');

关于jquery - 如何清除复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3489935/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com