JQuery "acitree" plugin. How to check/uncheck all? -



JQuery "acitree" plugin. How to check/uncheck all? -

how check , uncheck values acitree plugin? http://acoderinsights.ro/en/aciworker-web-workers-jquery - plugin can't find method check , uncheck all

helps me:

var api = $('#tree').acitree('api'); var leaves = $("#tree *"); var checkboxes = api.checkboxes(leaves); checkboxes.each(function (index, item) { var $item = $(item); api.uncheck($item); });

jquery jquery-plugins acitree

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -