<!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://onlinecasinos911.com/# gold fish casino slots no deposit casino play slots casino slots

  2. good credit score creditkarma business credit score experian credit score

  3. credit report free credit karma check my credit score credit karma credit score how to check credit score

  4. best credit score credit scores credit scores credit score rating

  5. online gambling http://onlinecasinos911.com/# casino bonus codes world class casino slots online casino

  6. free casino games http://onlinecasinogsw.com/# - online casino games gold fish casino slots slots for real money

  7. slots for real money casino online slots casino bonus codes slots games free

  8. http://onlinecasinogsw.com/# real casino slots big fish casino free slots games casino online slots

  9. casino game http://onlinecasinogsw.com/# big fish casino casino slots vegas casino slots

  10. credit bureau credit karma com free credit score credit karma com free credit score credit score definition turbotax credit score

添加新评论