jQuery-Validate怎么验证复选框个数,只能验证选中,个数的话要怎么办
$.validator.addMethod(“num”,function(value){if($("."+value).size>1){return false;})}