当前位置: 代码迷 >> Web前端 >> jquery失去checkbox选中的个数
  详细解决方案

jquery失去checkbox选中的个数

热度:130   发布时间:2012-10-06 17:34:01.0
jquery得到checkbox选中的个数
var count = $("input[name='box']:checked").length;

<input name='box'>
<input name='box'>
<input name='box'>
?

?

1 楼 wangchenggong1988 2011-11-22  
  相关解决方案