使用XML文件填充JSTree

时间:2016-05-13 09:43:11

标签: jquery jstree

enter image description here我正在尝试使用XML文件创建我的JSTree,这是我目前使用的一段代码:

$("#jsopen").jstree({  
    "xml_data" : {  
        "ajax" : {
            //"url": "jstree.xml" 
            "url": "file:///C://gexml/f1.xml"      
        },  
        "xsl" : "nest"
    },        
    "plugins" : ["themes", "xml_data", "ui","types"] 
});
<div id="jsopen" class="jsopen"></div> 

0 个答案:

没有答案