Hi guys i have been using the jstree in my project and the problem i face now is when the json data for that particular node is more than 200 the tree hangs and a script error is shown in IE.
What i am doing now is creating the ul and li elements manually and pushing into DOM this seems to solve the problem.But i want to know Is there any other way to solve this large tree problem?