Skip to content

Instantly share code, notes, and snippets.

@frhd
Created February 21, 2014 15:48
Show Gist options
  • Save frhd/9136673 to your computer and use it in GitHub Desktop.
Save frhd/9136673 to your computer and use it in GitHub Desktop.
jstree v1.0.0: create a new node
$("#tree-container").jstree("create", $("#new_node"), "inside", {"data":"new_node"}, false, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment