189 8069 5689

jquery获取checkbox多选框的值




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

新闻名称:jquery获取checkbox多选框的值
网页链接:http://www.scpengan.com/article/ihiggp.html

其他资讯