<!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://creditscoresws.com/# free credit check what is an excellent credit score experian plc

  2. http://casinoonlineslotsww.com/# liberty slots http://casinogamesww.com/# - free slot games with no download free slots no download no registration zeus

  3. credit karma ck my credit score business credit score how to get a credit report credit reporting

  4. http://onlinecasinogsw.com/# free slots casino games free online slots no download las vegas free slots freeslots.com slots

  5. http://onlinecasinos911.com/# goldfish slots http://onlinecasinogsw.com/# - vegas casino free slot games download free casino slot games

  6. free slot machine games http://onlinecasinos911.com/# rock n cash casino slots vegas world vegas world free games online

  7. http://playcasinovivo.com/# rock n cash casino slots cashman casino slots free casino bonus free games online slots

  8. world class casino slots http://onlinecasinos911.com/# - online casinos real money free casino for fun only play slots

  9. best online casinos http://casinoonlineslotsww.com/# - infinity slots free penny slots with bonus spins doubledown casino msn games zone online casino

  10. http://casinoonlineslotsww.com/# casino bonus rock n cash casino slots pala casino online free las vegas casino games

添加新评论