ノードを作成できますが、イベントが発生していません。Firefoxでエラーは報告されていません。私が間違っていること...
$("#treeFile1").jstree("create", null, "outside", { "attr" : { "rel" : "folder" }}).bind("create.jstree", function(event,data)
{
alert("hello");
});
前述したように、ノード(フォルダー)は問題なく作成されます。イベントは発生していません。