I try to use good lib jstree but i have some strange problem with dblclick binding. Here is my code
dblclick
$(\"#basic_html\").jstree({ themes: {
$("#basic_html").bind("dblclick.jstree", function (event) { var node = $(event.target).closest("li");//that was the node you double click });
that's the code you want.