OdinaSpb / jstree

Automatically exported from code.google.com/p/jstree
0 stars 0 forks source link

xls nest problem - not working #1011

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there, I have tried using this however, in any web  browser it does not show 
the tree and instead it stays in an eternal loading stage... Any ideas?

Thanks!

$(function() {
             $("#mydiv").jstree({
            "xml_data" : {
                "ajax" : {
                    "url" : "/static/v.1.0pre/_docs/_xml_nest.xml"
                },
                "xsl" : "nest"
            },
            "plugins" : [ "themes", "xml_data" ]
        });
        });

Original issue reported on code.google.com by carolzwe...@gmail.com on 2 Aug 2013 at 8:47