I have radio buttons in HTML like this:
1 13条回答 我在风中等你 (楼主) 2020-11-29 17:25 If you want to clear all radio buttons in the DOM: $('input[type=radio]').prop('checked',false); 0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
If you want to clear all radio buttons in the DOM:
$('input[type=radio]').prop('checked',false);