yxhxj2006

常用链接

统计

最新评论

使用Jquery实现复选框的全选和反选

使用JQuery实现复选框的全选和反选
     jQuery(document).ready(function($) {
          $("#checkAll").click(function(){
             if(this.checked){
                  $("[name='complaintReasonVO.complaintReasons']").attr("checked",'true');  // 全选
             }else {
                 $("[name='complaintReasonVO.complaintReasons']").removeAttr("checked");    // 反选
             }
         });







posted on 2012-09-10 09:47 奋斗成就男人 阅读(123) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: