<!DOCTYPE html>
<html >
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>获取多选框的值</title>
    <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  </head>
  <body>苹果:
    <input type="checkbox" name="id" value="aa">香蕉:
    <input type="checkbox" name="id" value="bb">橘子:
    <input type="checkbox" name="id" value="cc">
    <button id="btn">批量删除</button>
  </body>
  <script>
  $('#btn').click(function () {
    var id=[];
    $("input[name='id']:checked").each(function(){
      id.push($(this).val());
    });
    console.log(id);
  });
  </script>
</html>

标签: jquery

已有 2787 条评论

  1. http://playcasinovivo.com/# las vegas free penny slots http://onlinecasinos911.com/# - hypercasinos casino games free online

  2. slot machine free http://playcasinovivo.com/# - casino play for free free casino games with bonus house of fun slots

  3. http://playcasinovivo.com/# empire city online casino online casinos free penny slots no download house of fun slots

  4. excellent credit score http://freecreditreporthh.com/# dispute credit report credit score experian free credit report

  5. http://creditreportchecknow.com/# free credit report and scores free credit report government free credit check

  6. http://casinoonlineslotsww.com/# new online casinos http://casinogamesww.com/# - play free blackjack against computer free casino games sun moon

  7. vegas world free games online slots hollywood online casino new online casinos accepting usa all games list free slots http://freeonlinecasinoslotsww.com/# - free online casino games vegas

  8. vegas casino slots play online casino 888 casino download online gambling casino http://onlinecasinogamesww.com/# - slot games with bonus spins

  9. http://playcasinovivo.com/# slots online http://playcasinovivo.com/# - vegas slots casino charlestown races and slots

  10. how to raise your credit score fast experian plc how to get a credit score get all three credit scores how do i get my credit score

添加新评论