How to get the checked option in a group of radio inputs with JavaScript?
|
1
|
|||||
|
|
|
|
||||
|
|
|
generic functions (loosely based on yours ) function getRadioGroupSelectedElement(radioGroupName) {
} function getRadioGroupSelectedValue(radioGroupName) {
} |
||
|
|
|
|
If you need the actual element and not just the selected value, try this:
|
||
|
|
