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? Link to comment https://forums.phpfreaks.com/topic/31012-an-ajax-tree-that-loads-data-asynchronously/ 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. Link to comment https://forums.phpfreaks.com/topic/31012-an-ajax-tree-that-loads-data-asynchronously/#findComment-143326 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.