<input type="checkbox" value="ep1" name="checkboxMany" checked="checked"/>
<input type="checkbox" value="ep2" name="checkboxMany" />
var checkboxValue="";
$(‘input[name=checkboxMany]:checked‘).each(function(){
checkboxValue +=$(this).val();
});本文出自 “猴子也疯狂” 博客,请务必保留此出处http://1251769215.blog.51cto.com/11633863/1863437
原文:http://1251769215.blog.51cto.com/11633863/1863437