hekevintran
hekevintran

Reputation: 23722

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?

Upvotes: 4

Views: 5154

Answers (3)

redsquare
redsquare

Reputation: 78667

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

Upvotes: 1

rtalbot
rtalbot

Reputation: 1645

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

Upvotes: 3

amfeng
amfeng

Reputation: 1073

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

Upvotes: 0

Related Questions