How can I get the checked Nodes with jsTree, I have a simple code snippet but that's not work for me. It only retain the container id. Any suggestion?
treeContainer.jstree("get_checked", null, true).each(function () {
alert("Selected : " + this.id);
});