<!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. free online casino slots http://onlinecasinos911.com/# - free buffalo slots vegas slots free bovada casino

  2. zone online casino games online slot games hearts of vegas free slots caesars online casino http://onlinecasinogsw.com/# - slots games vegas world

  3. http://onlinecasinogsw.com/# no download no registration slots scatter slots 100 no deposit bonus codes play free casino games online

  4. credit karma credit score free creditkarma how to raise credit score how to improve credit score

  5. vegas casino slots http://casinoonlineslotsww.com/# buffalo slots free penny slots with bonus spins free slots games online

  6. free slots online http://freeonlinecasinoslotsww.com/# - vegas world casino games buffalo gold slots casino slot machine games slotomania slot machines

  7. hypercasinos lady luck casino free games vegas world free slots games free penny slots no download

  8. http://freeonlinecasinoslotsww.com/# parx online casino http://casinogamesww.com/# - online casinos for us players jackpot magic slots download

  9. http://creditscorests.com/# karma free credit score credit karma minimum credit score for mortgage credit karma check my credit score

  10. http://freecreditreporthh.com/# credit karma com free credit score free credit score experian credit karma check my credit score

添加新评论