How do I automatically populate the second dropdown based on the selection made in the first one. Say if I choose a contry in the first dropdown, then I want to display a list of cities from that country in the second dropdown. Is there a way to do this with jQuery?
How do I automatically populate the second dropdown based on the selection made in
Share
You have to use AJAX
Here is example HTML: