I have a jstree that I created with the following code:
$(\'#mytree\').jstree({\"core\": { \"data\" : value , \"themes\" : { \"dots\
I load data via an url, so my refresh part looks like:
$('#groupTree').jstree(true).settings.core.data.url = get_group_url();