Is there a JQuery plugin that turns radio buttons into nice vertical selection? [closed]
Questions asking us to recommend or fi开发者_运维技巧nd a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionTransform traditional radio buttons into a list (vertically), and then make it nice looking?
I know there is JQuery UI's radio buttons, but they are more better suited horizontally, and they are not very good looking.
Jquery mobile might help. Have a look at the following
http://jquerymobile.com/
http://jquerymobile.com/demos/1.0a2/docs/forms/forms-radiobuttons.html
You will still have to have a fallback style for certain browsers.
精彩评论