Is it possible for one select box to change the shown selection of another? i.e. not rebuild the list of the other select but simply 'select' a different value from the list
I've got one select with options:
Gas
Laser
and another with options
£100
£200
£300
I want it so that if you select gas, it selects £200 from the other, but still allows the user to override it and select a different value if they choose. And if laser is selected, its selects £300 from the other.
thanks
I've got one select with options:
Gas
Laser
and another with options
£100
£200
£300
I want it so that if you select gas, it selects £200 from the other, but still allows the user to override it and select a different value if they choose. And if laser is selected, its selects £300 from the other.
thanks
Comment