0
使用這部分代碼時,我在使用jstree的新版本時遇到了問題。在第一次執行時,數據函數返回根節點。問題是這段代碼從不再執行。所以不管發生什麼,我只有根節點。有人知道解決方案嗎?jstree 1.0不能正常工作
$('#tree').jstree(
json_data: {
ajax: {
url: '<%=url %>',
dataType: "json",
data: function (n) {
return {
"id": n.attr ? n.attr("id") : 0
};
}
}
},
themes: { url: '/ThirdParty/jquery/jsTree/themes/', theme: "default", dots: true, icons: true },
plugins: ["json_data", "themes", "ui"]
})
{
標點符號和拼寫可以幫助您尋找幫助。 – Jay 2010-06-30 16:53:27