How to get value from drop down select box
I am trying to get the value of a selected option in a drop down box with jquery.
The problem is, I have one after another selection boxes.
When the user selects the first one, it shows the second, when selected the second the user chooses the third.
When the third appears, lets say that the user changed his mind about the first one.
How can I make it reappear the second one, dissapearing the third and getting the first one new value (getting values in php)?
Please help with a very simple example!