JavaScript实现多个checkbox只能单选和多选

checkbox单选 : $(':checkbox[name=bizType]').each(function(){ $(this).click(function(){ if($(this).attr('checked')){ $(':checkbox[name=bizType]').removeAttr('checked');
相关文章
相关标签/搜索