Country state/city dropdown in html and javascript

Viewed 56538

Is there any readily available snippet that has all the countries, states and cities for showing in a drop down in html for selection?

What is standard for this? Does everyone roll their own?

The snippet can be in html, javascript, jquery plugin.

NOTE: I know how to make chained dropdown. I'm more concerned with the data rather than technique.

5 Answers
Related