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