<!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. zone casino vegas world http://onlinecasinogsw.com/# - casino slots free games house of fun free slots brian christopher slots real money casino

  2. http://1creditscoreresults.com/# check credit score what is a perfect credit score transunion credit report free free credit score ck

  3. http://creditscoresapp.com/# credit scoring best credit score one time free credit score credit score check

  4. free annual credit report official site http://creditreportchecknow.com/# check credit score for free annual credit report completely free check credit report

  5. how to raise your credit score fast how to dispute credit report items credit karma free credit score free credit score equifax free credit karma official site

  6. usa no deposit casino bonus codes http://onlinecasinogsw.com/# - hollywood casino free slots play blackjack for free all casino games free download

  7. http://casinoonlineslotsww.com/# liberty slots casino http://onlinecasinogamesww.com/# - online casino reviews 300 free slots no download

  8. download free casino slot games http://casinoonlineslotsww.com/# - slotomania on facebook hollywood casino free online games free games online slots

  9. http://casinoonlineslotsww.com/# online slot machines cashman casino slots free winstar world casino slots online free

  10. free credit scores without paying score credit credit score check free free credit report gov truly free credit scores

添加新评论