Dtree
hey all,
was working on a dlink router which had a very slick interface and what I liked about it was that it used javascript for the trees which kept it's state of the branch being opened or closed even after refreshes.
It basically just uses session cookies to store the tree banch value on or off and kept it between refreshes etc.
I gave this a try with ispc but failed and my javascript kinda sucked anyway but was hoping someone could give it a go.
my problem I think was that i used the wrong index id of the tree when storing so it went bonkers before I just restored it.. he he
|