Jump to content

An AJAX tree that loads data asynchronously.


JJBlaha

Recommended Posts

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?
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.