我正在使用如下的jstree插件,它可用作默认视图:
$("#div1").jstree({
"xml_data": {
"ajax": {
"url": "data.xml"
},
"xsl": "nest"
},
"plugins": ["themes", "xml_data", "ui", "types"]
}).bind("select_node.jstree", function(event, data) {
$("#div1").jstree("set_theme", "apple");
当我使用此($("#div1").jstree("set_theme", "apple");)
时,所有文件夹图像和点都会消失。我非常喜欢苹果的观点,并希望能让它发挥作用。
答案 0 :(得分:1)
style.css文件。一旦我把文件放在那里,我就是金色的。