<!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. http://freeonlinecasinoslotsww.com/# free online casino slots hearts of vegas free slots winstar world casino vegas world slots

  2. online casinos for us players http://casinoonlineslotsww.com/# - free casino slots games stn play online casino monopoly slots http://casinoonlineslotsww.com/#

  3. rock n cash casino slots http://casinogamesww.com/# download free casino games royal river casino vegas free slots online

  4. http://creditreportchecknow.com/# free transunion credit report my credit report credit karma credit score

  5. credit karma uk how to get a credit score how to raise your credit score fast chase credit credit score calculator

  6. http://casinoonlineslotsww.com/# ruby slots http://casinoonlineslotsww.com/# - konami free slots online casino slots

  7. http://onlinecasinos911.com/# play slots http://onlinecasinos911.com/# - empire city online casino absolutely free slots

  8. vegas world free slots games http://playcasinovivo.com/# - 300 free slots of vegas casino slot free cleopatra slots

  9. online casino gambling http://onlinecasinos911.com/# foxwoods casino online doubledown casino free slots slotomania free slots

  10. pch slots slots of vegas casino best online slots lady luck

添加新评论