获取所有复选框中的值
$dom.find("input[name='has_lb_group']").each(function () {
has_lb_group_arr.push($(this).is(':checked') ? 1 : 0)
})
获取所有复选框中的值
$dom.find("input[name='has_lb_group']").each(function () {
has_lb_group_arr.push($(this).is(':checked') ? 1 : 0)
})
本文标题:复选框获取值
本文链接:https://www.haomeiwen.com/subject/vsrrultx.html
网友评论