I have 5 cities (phil, germany, usa, china and russia) and this 5 cities are stored from database and I also have 5 dropdown having those 5 cities as there values.
What i want to happened is this, if the user select germany on dropdown 1, germany value on other dropdowns shouldn't exist anymore. Meaning, germany will be remove automatically on options of the other dropdown.
Can anyone know's how to make this possible on codeigniter?
At the moment i have this initial code http://screencast.com/t/eDTZFhjmon
Is there's a need to use jquery or javascript to make this happened? Thanks