Closed kpetrow closed 4 years ago
Using the conditional select there is no way to determine if the callback function was fired from the user clicking the checkbox or clicking the select area/text of the node
checkbox options
"checkbox": { "keep_selected_style": false, "three_state": false, "tie_selection": false, "whole_node": false },
It seems the target passed to conditional select event target is always the tag.
well i was wrong.. event.target is class checkbox or class jstree-anchor. oops
Using the conditional select there is no way to determine if the callback function was fired from the user clicking the checkbox or clicking the select area/text of the node
checkbox options
It seems the target passed to conditional select event target is always the tag.