I am using twitter bootstrap and looking for a drop down that will look like a button group. The problems are that in all the twitter bootstrap example, the drop down is only act as a menu item so the selected item is not really changed:
http://twitter.github.com/bootstrap/javascript.html#dropdowns
Does anyone have idea how can I design drop downs like the button group?
I convert this web finding to a jquery plugin:
Then, using $(elem).buttonSelect(); makes the select element look like the button group .