I have a form for example: Country1 - State1 - City1 - (all three are drop-downs)
These are 3 different fields having unique ID, I can add more row & that will give me Country2 - State2 - City2
If I select country, I am reloading the page to load list of states under state1 (or the state2 one) drop-down and so on.. (done by jquery). Now, I want that when-ever I am selecting country1 or 2, after reloading the page it should focus on state1 or 2 or at-least on country1 or 2 respectively.
I dont know, whether this is possible or not.. but I need this :(