views:

45

answers:

3

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

I want it to be something like this:

alt text

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

A: 

I don't know if this works, but here's a link that might be helpful.

http://www.tek-tips.com/faqs.cfm?fid=6294

a.feng
+2  A: 

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

rtalbot
+1  A: 

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

redsquare