<!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 credit karma annualcreditreport com free equifax credit report request

  2. casino slots big fish casino real money casino

  3. http://casinoslotsnse.com/# online casino slots online casino games big fish casino slots games free

  4. http://nodepositcasinoww.com/# free casino games free online slots play online casino free casino games online

  5. http://casinogameww.com/# free online slots http://casinogamesejk.com/# - play slots online real casino slots

  6. http://onlinecasinos911.com/# slots games online slot games casino blackjack online casinos

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

  8. vegas casino slots play slots online best online casino

  9. http://wwcreditreport.com/# turbo credit score get my credit score how to get credit report credit history

  10. play casino http://casinogamesejk.com/# - online casino slots casino online best online casino

添加新评论