简体   繁体   中英

create Tree Structure in JSP using Javascript

How Can I create a Tree Structure 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM