var options={
data : {
type : "json",
opts : {
method:"Get",
url:"async_json_data.json"
}
},
ui:{
theme_path:"/Theme/JsTreeTheme_name/checkbox/style.css",
theme_name:"checkbox"
},
plugins:{
checkbox:{}
}
};
$(function () {
$("#jsTree").tree(options);
});
红字部分..url路经有什么要求...我web页面和json数据文件在一块,可以页面浏览什么也没有