I am wondering if it's possible to restore dropdown values once they have been cleared by jquery?
In this example you can see that when you check one of the checkboxes, it disables and clears the corresponding dropdowns. Once the checkbox is unchecked, the values are gone.
Is i possible to only have the values cleared when the checkbox is checked?