`

Jquery选择根节点时,勾选子级前的复选框

 
阅读更多
适用情况,DIV 布局的树
$(function(){
//给复选框注册单击事件
$('#webfx:checkbox').click(function(){
$(this).parent().next().find(":checkbox").attr("checked",this.checked);
});
});
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics