码迷,mamicode.com
首页 > 其他好文 > 详细

实现全选功能代码

时间:2014-09-28 00:17:30      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:io   ar   java   for   sp   on   c   cti   代码   

<script type="text/javascript"> function check(){   var cb1=document.getElementById("allCb");   var chs=document.getElementsByName("item");   for(var i=0;i<chs.length;i++){    chs[i].checked=cb1.checked;    } } </script>

<table> <tr> <th><input type="checkbox" id="allCb"  onclick="check()"/></th> </tr> <tr> <td><input type="checkbox" name="item"/></th> </tr> </table>

实现全选功能代码

标签:io   ar   java   for   sp   on   c   cti   代码   

原文地址:http://www.cnblogs.com/1805080266qq/p/3997312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!