91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

雅安市| 锡林浩特市| 吴堡县| 丽江市| 秦皇岛市| 罗平县| 新河县| 巴彦县| 方山县| 峨山| 叶城县| 临潭县| 洛隆县| 靖安县| 于田县| 会东县| 梅河口市| 安图县| 遂宁市| 四子王旗| 上思县| 奉化市| 崇左市| 张掖市| 阜阳市| 衡山县| 德钦县| 三江| 乌兰察布市| 武宣县| 东源县| 涪陵区| 余庆县| 福泉市| 渭南市| 云南省| 墨竹工卡县| 剑川县| 政和县| 故城县| 黄梅县|