trying to build a web ui tree from scratch

Posted by Susan on Stack Overflow See other posts from Stack Overflow or by Susan
Published on 2010-06-01T01:21:22Z Indexed on 2010/06/01 1:23 UTC
Read the original article Hit count: 345

Filed under:
|
|

I have seen yahoo ui using div for every node of the tree. Is this a good thing to do. Seems like every node including leaf node is heavily nested. I saw a div, table, tr, td being used for creating a node. Is this necessary. Is there a better way to do the same.

I tried to us tr for every node. Are there any issues with this approach

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html