📜  禁用单选按钮 javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:32.405000             🧑  作者: Mango

代码示例2
$(':radio:not(:checked)').attr('disabled', true);