<!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. annual credit score transunion credit report check credit report annual free credit report

  2. free blackjack vegas world jackpot party casino slots slots of vegas casino

  3. free blackjack vegas world http://freeonlinecasinoslotsww.com/# casino near me all slots casino slot games

  4. da vinci diamonds free online slots free slots no download no registration needed online slot games

  5. http://onlinecasinos911.com/# slot games with bonus spins http://playcasinovivo.com/# - online casino slots slots free

  6. http://onlinecasinogsw.com/# casino online http://playcasinovivo.com/# - slotomania free slots free slots no download no registration needed

  7. real money casino newest usa online casinos online casino games free newest usa online casinos

  8. vegas slots online free penny slots free las vegas casino games 300 free slots no download no registration http://freeonlinecasinoslotsww.com/# - hyper casinos

  9. http://freeonlinecasinoslotsww.com/# bonus casino http://casinogamesww.com/# - usa online casino free slots machines

  10. http://1creditscoreresults.com/# credit karma credit score free how to increase your credit score fast how to improve your credit score credit report companies

添加新评论