<!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 slots free slots games slot games casino game http://onlinecasinowps.com/# - online gambling

  2. casino online slots play slots online slot games

  3. slot games free no deposit casinos house of fun slots no deposit bonus codes for usa players

  4. free slots http://casinogamesmv.com/# vegas world casino games online casino slots vegas slots

  5. heart of vegas casino game big fish casino free online play free lucky 777 slots free slot games 777

  6. play lady luck online http://onlinecasinoslotsui.com/# list of las vegas casinos infinity slots free casino games sun moon

  7. slots farm casino games no download no registration free casino slots bonus games free slot machines hearts of vegas free slots

  8. http://casinobonuscodesww.com/# slot games http://bestcasinoww.com/# - casino online slots online slot games

  9. slots for real money bonus casino free slots no download no registration slot machine free

  10. free online casino games vegas play slots for real money united states 300 free slots no download no registration cleopatra slots free slots no registration no download

添加新评论