jQuery Checkbox Selected

For example:

$("input:checked" ).length gives the number of selected checkboxes.
原文地址:https://www.cnblogs.com/sungang3225/p/4924764.html