jquery获取checkbox多选框的值
var checkboxValue=""; $('input[name=checkboxMany]:checked').each(function(){ checkboxValue +=$(this).val(); });
网站名称:jquery获取checkbox多选框的值
文章路径:http://myzitong.com/article/ihiggp.html
var checkboxValue=""; $('input[name=checkboxMany]:checked').each(function(){ checkboxValue +=$(this).val(); });