Good day!
I am a newbie in jquery. I want to create a multicolumn select box that may look like this.
[IMG]http://www.codeproject.com/KB/combobox/multicolumncombo/comboOpen.jpg[/IMG]
I am planning to do it in a table that work just like a standard select box but the problem is I dont know how.

could anybody show me some codes

thanks in advance!!

Recommended Answers

All 2 Replies

I've never done it and I don't know the best way to do it, but if you can't think of another solution, I'm fairly sure this should do the trick:

Don't even use a real <select> box. I would maybe create it, but place some div over it that, when it is clicked, shows a hidden div that looks like the contents of the select box, containing radio buttons that are styled like <select> <option>s. Those radio buttons should then by styled to look like your example.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.