📜  未选中的单选按钮 html jquery - Html 代码示例

📅  最后修改于: 2022-03-11 14:52:53.462000             🧑  作者: Mango

代码示例1
$(this).prop('checked', false);
// Note that the pre-jQuery 1.6 idiom was
// $(this).attr('checked', false);