Let say I have two combo box:
combo box A:
A
B
C
When A is selected, the combo box B is:
A1, A2, A3, A4
When B is selected, the combo box B is:
B1, B2, B3
When C is selected, the combo box C is:
C1
if using jquery, how to implement it… or is there any better suggestions or UI design recommended? Thank you.
You can check this thread. I believe that there are more “cascading comboboxes” in the web.