jQuery 代码片段

多选框取值:

$("[name=ckb_record_id]:checkbox:checked").map(function(){
    return $(this).val()
}).get()


你可能感兴趣的:(jquery)