jquery multiselect - nested <option>
I'm using the following jquery plugin for selecting multiple options in my select control: jquery multiselect How can I achieve nested <option> here? I know it's possible because the rendered html uses <li> tags The case is that I want to have the similar result in my combobox: [ ] England [ ] London [ ] Leeds [ ] Manchaster Does anyone have an idea how to achieve this kind of solution. Any help would be apprieciate. Description Assuming i understand what you want you can do this using optgroup . Check out this jsFiddle Demonstration i have created for you. Sample <select multiple="multiple"