JavaScript實現多個checkbox只能單選和多選

checkbox單選 : $(':checkbox[name=bizType]').each(function(){ $(this).click(function(){ if($(this).attr('checked')){ $(':checkbox[name=bizType]').removeAttr('checked');
相關文章
相關標籤/搜索