中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jquery checkbox 全選和反選

發布時間:2020-07-08 01:04:29 來源:網絡 閱讀:507 作者:fqogiytbn 欄目:web開發

兩種方法,第一種用jquery的toggle,但這種方法有瑕疵,其它的倒是全選了,可它自己本是卻不能選擇...只能用第二種方法bind一個click事件,然后判斷了

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>
$(function(){
      //方法一
      /*
      $("#checkAll").toggle(
         function(){
           $.each($("input[type='checkbox']"), function(){$(this).attr("checked",true);},
         function(){$.each($("input[type='checkbox']"), function(){$(this).attr("checked",false);}
       );
       */
      //方法二
      $("#checkAll").bind("click",function(){
       if($("#checkAll").attr("checked")){
           $("#margin_total").hide();
           $.each($("input[type='checkbox']"), function(){$(this).attr("checked",true);});
       }else{
           $("#margin_total").show();
           $.each($("input[type='checkbox']"), function(){$(this).attr("checked",false);});
       }
      })
})

</script>
<html>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
       <th><input id="checkAll" type="checkbox" /></th>
       <th> - </th>
       <th> - </th>
   </tr>
   <tr>
      <td><input type="checkbox" /></td>
      <td> - </td>
      <td> - </td>
   </tr>
   <tr>
      <td><input type="checkbox" /></td>
      <td> - </td>
      <td> - </td>
   </tr>
   <tr>
      <td><input type="checkbox" /></td>
      <td> - </td>
      <td> - </td>
   </tr>
</table>
</body>
</html>

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

灵武市| 凯里市| 嫩江县| 离岛区| 紫阳县| 筠连县| 漳州市| 苗栗市| 余干县| 靖远县| 青海省| 泰州市| 加查县| 游戏| 揭东县| 万荣县| 璧山县| 隆化县| 南召县| 株洲市| 清涧县| 个旧市| 岐山县| 定结县| 淳化县| 剑河县| 龙口市| 平潭县| 南和县| 宜良县| 错那县| 长兴县| 永宁县| 长汀县| 肃宁县| 射洪县| 洮南市| 陇南市| 邹平县| 祥云县| 桐柏县|