Hi, here's what i want to achieve:
- Have a grouped radio button with different values
- Selected radio will reveal specified div $('#group1').Show() & $('#group2').Hide()
My question is: How do I do get the value of the selected radiobutton from the group?