<!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 online slots online casino real money free casino

  2. no deposit casino play slots online world class casino slots vegas slots online casino online

  3. online casino games play online casino casino online slots online casino bonus http://casinoslotsww.com/# - best online casinos

  4. http://onlinecasinos911.com/# free slots games online casino bonus free slots games online slots

  5. play online casino world class casino slots online casino real money

  6. http://onlinecasinos911.com/# free slots games no deposit casino casino play online slot games

  7. http://onlinecasinos911.com/# play slots online online casino online casino gambling

  8. slots online http://freecasinogamesww.com/# - world class casino slots online slot games play slots online online casino gambling

  9. casino play slots for real money vegas casino slots online casino gambling

  10. slots games free play casino online slots

添加新评论