Skip to content

myqianlan/country-state-select.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CountryState-Select.js

Free JavaScript Country/State Select pluin,this is the simple DEMO

use

<script src="country-state-select.js"></script>
Select Country (with states):
<select id="country"></select>
State:
<select id="state"></select>
<br/>
Select Country (without states):
<select id="country2" name="country2"></select>
<script language="javascript">
            populateCountries("country", "state");
            populateCountries("country2");
</script>

        

MIT License

About

Free JavaScript Country/State Select pluin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published