jquery得到checkbox选中的个数
var count = $("input[name='box']:checked").length;<input name='box'><input name='box'><input name='box'>
?