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