jquery判断表单中多选框checkbox选中个数的方法

 var i= $("input:checked").size();
   console.log(i)

 

你可能感兴趣的:(jquery判断表单中多选框checkbox选中个数的方法)