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

同步选中所有checkbox

时间:2019-12-27 15:18:48      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:his   parent   htm   pre   NPU   input   function   attr   class   

$("input[type=checkbox][tag=ckAll]").change(function () $(this).parent().parent().siblings().find("input[type=checkbox]").attr("checked",$(this).is(":checked"));});

  

同步选中所有checkbox

标签:his   parent   htm   pre   NPU   input   function   attr   class   

原文地址:https://www.cnblogs.com/zhoushiya/p/12107238.html

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