<!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 penny slots vegas slots online free vegas casino games free slot games no download no registration

  2. slots games free http://casinoonlineslotsww.com/# - free penny slots all casino games free download scatter slots

  3. casino games free slots free blackjack vegas world real vegas casino games free vegas world http://casinogamesww.com/# - slot machines

  4. credit karma check my credit score find my credit score mortgage credit report my credit report free credit report

  5. credit report agencies transunion free credit score freeze credit report credit karma free credit score free credit reports

  6. http://onlinecasinogsw.com/# caesars online casino play slots for real money united states casino online rock n cash casino slots

  7. pch slots http://onlinecasinogsw.com/# free slots no download no registration zeus online casino slots no download play slots

  8. http://playcasinovivo.com/# totally free slots no download http://onlinecasinos911.com/# - online casino no deposit free welcome bonus vegas slots free

  9. http://creditscoresapp.com/# check credit report annual free credit score my free credit report what is a good credit score

  10. http://freecreditreportww.com/# annual credit score credit score check free what is a credit report credit report for free

添加新评论