tags:

views:

59

answers:

1

Hi all, i Want to create dynamuc dree using jquery at client side and java(jsp/servlet) at backend using mysql database.Please suggest me how can i implemet that.I want to add further functionality like add node,add child,add leaf node.

A: 

Treeview Plugin. The documentation sais, that you basically just have to generate your List on the server side which will turn it into a tree view on the client side.

Daff