Код: Выделить всё
< /code>
< /code>
function checkYesNo(val, index) {
var selectedValue = isRadioButtonSelected(val, index);
if(selectedValue === "true"){
//Wanted to add a new tax credit 30% to the dropdown list, modified dropdown values should be retained on page load
}
else if(selectedValue === "false"){
//Wanted to remove the newly added tax credit 30%, modified dropdown values should be retained on page load
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... javascript
Мобильная версия