JJBlaha Posted December 17, 2006 Share Posted December 17, 2006 I want to make a tree that takes data from my database to make it. I have been using [url=http://www.dhtmlgoodies.com/scripts/folder-tree-static/folder-tree-static.html]this script[/url] to do it. It works fine, but takes several seconds to load. Is there a way to make it so it doesn't load the next part of the tree until you click it instead of it loading everything at the beginning and creating the tree? Quote Link to comment Share on other sites More sharing options...
ober Posted December 18, 2006 Share Posted December 18, 2006 Umm... I'm not sure what you mean. It looks like you're using AJAX to grab the child elements. What exactly are you loading up front?And keep in mind, that unless you're updating the tree live, there's no point in really using AJAX for this. I'd load everything at the start and use JS arrays to build out the tree. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.