Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turning an HTML select element into a tree with submenus

I want to have a select element have a submenus in a tree fashion.

I want it to be something like this:

alt text
(source: colinear.com)

Is there a jQuery plugin that can turn a select element into this kind of thing?

like image 604
hekevintran Avatar asked Sep 15 '25 10:09

hekevintran


2 Answers

Here are the tree plug-ins listed on the jquery site. Mb.menu looks like a good fit.

like image 64
rtalbot Avatar answered Sep 18 '25 00:09

rtalbot


It is hard to do what you want with a select element, how will the plugin work out the submenus?

Here is one that uses ul/li's jQuery Menu

like image 25
redsquare Avatar answered Sep 17 '25 23:09

redsquare