実行しようとしています
jQuery("#surveyManager").jstree("create", jQuery("#" + parentId), "last",
{ "title" : "new_node",
"attr" : { id:"Clone" } },
false, true);
しかし、これは jstree 内のノードの属性を設定していません。進め方のアドバイスお願いします