How to show TreeView in DropDown

I am trying to create an application in cakephp 1.3. In my opinion, I have a tree. For this, I used jquery dynatree. This tree works using ajax. I am sending my data from the controller for viewing in json format.

Now my requirement is that I want to show this tree in the drop-down list. If any authority can call me any jQuery api or any other good solution.

to be more clear, follow this link jQuery TreeView Menu (v1.4)

I want a demo of three in my drop down menu.

Waiting for your expert suggestion.

thank

+5
source share
2 answers

It will be useful Basic ComboTree

+6

All Articles