Skip to content

A javacript based API for use in forms to list out countries, their corresponding states and their corresponding cities.

Notifications You must be signed in to change notification settings

karanpreetsingh/cityseek.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

cityseek.js

A javacript based API for use in forms to list out countries, their corresponding states and their corresponding cities.

How to use

Download cityseek.js file and include it AT THE END of your document
<script type = "text/javascript" src = "cityseek.js"></script>
Create three <select> boxes
<select id = "countries"></select> <!-- For selectbox that would list out countries -->
<select id = "states"></select> <!-- For selectbox that would list out states -->
<select id = "cities"></select> <!-- For selectbox that would list out cities -->
Let cityseek.js do the rest! # Contribute Lists of all states of all countries have been listed out, but cities of many of those states are not yet listed.

Outdated

About

A javacript based API for use in forms to list out countries, their corresponding states and their corresponding cities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published