asked on September 2, 2016
•
Show version history
I have a several radio button objects:
depending on the selections in 1 and 2, the dollar amount needs to be reflected in the options of 3.
For example, if radio 1 (#q52) is Enroll and radio 2 (#q53) is EnrollBasic, then the text of radio 3 (#q54) options would be:
"Employee Only ($7)"
"Employee/Spouse ($17)"
"Employee/Child ($24)"
"Employee/Children ($35)"
"Employee/Family ($43)"
What would be the jquery code to change the labels for each option in #q54?
0
0