I am trying to use the JsTree plugin to display the hierarchial tree. Right now the tree is rendered properly only on Firefox browser, doesnot work in IE 8 or 9 or any other browser we tested. I am using the XML format of data internally and recently found the xml_data plugin is not recognized by IE9 ..
The other option is to use JSON to render the data, so wanted to know if it should work fine with JSON , if yes, is there a way I can convert the XML data directly to JSON format somehow?
Thanks in advance,
Use dataType = text instead of xml in ajax call your problem will solved 🙂
My Employees_xml_flat.xml file contains is as follows: you can add more nodes if you want
See following sample code: This jsTree will work fine on IE, Mozila and Google chrome. Not tested on other browser
Use jsTree