jquery获取checkbox多选框的值
var checkboxValue=""; $('input[name=checkboxMany]:checked').each(function(){ checkboxValue +=$(this).val(); });
当前名称:jquery获取checkbox多选框的值
网页URL:http://scpingwu.com/article/ihiggp.html