+ -
当前位置:首页 → 问答吧 → 关于jstree问题

关于jstree问题

时间:2010-04-02

来源:互联网

小弟刚研究jstree
从官网down的demo,发现type设置为json时 data.opts.url指向一个json文件,树出来,下的demo里async_json.html这个页面也是出不来的,请问是什么问题啊
    var options={
            data : {
                type : "json",
                opts : {
                url:"\async_json_data.json"
                }
                },
            ui:{
                theme_path:"/Theme/JsTreeTheme_name/checkbox/style.css",
                theme_name:"checkbox"
            },
            plugins:{
                checkbox:{}
            }
        };

作者: cxy0303   发布时间: 2010-04-02