<!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. heart of vegas free slots casino slots free games vegas casino online

  2. sizzling 777 slots free online http://onlinecasinos911.com/# - best place to gamble in vegas play casino games for cash all casino games free download list of online casinos for us players

  3. http://onlinecasinogamesww.com/# free blackjack games casino style show all free slots games casinos near me usa casinos no deposit free welcome bonus

  4. casino free slots games fortune bay casino royal river casino

  5. http://onlinecasinogamesww.com/# play free lucky 777 slots free online casino games vegas empire city casino online free 200 free slot games

  6. credit reports credit credit score free

  7. what is a good credit score max credit score how do i get my credit score chase credit score transunion credit report

  8. http://casinoonlineslotsww.com/# hypercasinos http://casinogamesww.com/# - casino slot free casino games sun moon

  9. ruby slots free slots with bonus rounds no download doubledown casino play slots for free win real money

  10. my annual credit report free credit scores without paying what is a credit score credit score scale

添加新评论