I want to have a select element have a submenus in a tree fashion.
I want it to be something like this:
Is there a jQuery plugin that can turn a select element into this kind of thing?
I want to have a select element have a submenus in a tree fashion.
I want it to be something like this:
Is there a jQuery plugin that can turn a select element into this kind of thing?
Here are the tree plug-ins listed on the jquery site. Mb.menu looks like a good fit.
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