Including an HTML select element in a tree with a submenu

I want the select element to have a submenu in the tree.

I want it to be something like this:

alt text http://www.colinear.com/rmenu.gif

Is there a jQuery plugin that can turn a selected item into such a thing?

+3
source share
3 answers

Below are the tree plugins listed on the jquery website. Mb.menu looks good.

+2
source

It's hard to do what you want with the select element, how will the submenu plugin work?

Here is an example that uses ul / li jQuery Menu

+1

Source: https://habr.com/ru/post/1753793/


All Articles