create Tree Structure in JSP using Javascript
How Can I create a Tree Structure开发者_如何学JAVA in JSP using JavaScript.
Thanks
It is better to build JSP tree structures from Java code. This is due to reduced browser dependencies. I have used only very basic Java script code to toggle nodes. Here is the project.
Nodes are generated based on a parent child relationship. Data is retrieved from the MySQL database.
精彩评论