How can I get the id of the selected node in a jsTree?
function createNewNode() { alert(\'test\'); var tree = $.tree.reference(\"#basic_html\"); select
$.jstree._reference('#my_tree_container')._get_node(null, true).each(function() { id = $(this).attr("id"); alert('Id selected: ' + id); });