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