网站建设资讯

NEWS

网站建设资讯

jquery获取checkbox多选框的值




var checkboxValue="";
$('input[name=checkboxMany]:checked').each(function(){
           checkboxValue +=$(this).val();
});

当前文章:jquery获取checkbox多选框的值
标题来源:http://cdysf.com/article/ihiggp.html