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