<!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. casino games slots free all free casino slot games slot machines for home entertainment

  2. online casino games free http://onlinecasinos911.com/# free casino games with bonus caesars free slots online all free casino slots

  3. http://onlinecasinogsw.com/# online casino bonus vegas casino games wizard of oz slots free slot games no download no registration

  4. no deposit casinos http://onlinecasinos911.com/# stn play online casino play slots online free slots with no download or registration

  5. free slot games with no download play casino online slots

  6. big fish casino http://casinoonlineslotsww.com/# - penny slots free royal river casino fortune bay casino

  7. credit score ratings minimum credit score for mortgage credit report credit score chart

  8. http://creditscoreusd.com/# minimum credit score for mortgage credit karma check my credit score credit score rating

  9. transunion credit score experian free credit score turbotax credit score best credit score

  10. http://onlinecasinogamesww.com/# slots online fortune bay casino chumba casino slots games free

添加新评论