jquery获取checkbox多选框的值




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

新闻标题:jquery获取checkbox多选框的值
文章URL:http://www.ncyilong.com/article/ihiggp.html