jquery获取checkbox多选框的值
var checkboxValue="";
$('input[name=checkboxMany]:checked').each(function(){
checkboxValue +=$(this).val();
});
文章名称:jquery获取checkbox多选框的值
转载来源:http://www.frzxz.com/article/ihiggp.html

