cbueno/jquery-tree

Изменение элемента checkbox методами jquery

GoogleCodeExporter opened this issue · 0 comments

Если изменить состояние input:checkbox вручную ( 
$(checkbox).attr('checked', true/false) после вызова $().Tree(), 
визуальное состояние элементов дерева не 
меняется.
jQuery.Tree.js, строка 99:
добавил
.change(function(){
                setLabelClass(this);
                checkParentCheckboxes(this);
            })

Original issue reported on code.google.com by echelo...@gmail.com on 29 May 2014 at 11:14