I am trying to make two dependent select-boxes. There are two same select-boxes and the first selection hides the other one when it is selected, like this:
1st select-box
Option one
Option two (selected)
Option three
2nd select-box
Option one
Option two (disappears)
Option three
You can write something like this
and
try it here http://fiddle.jshell.net/zDLMZ/
not optimal, but should work good on not big set of options