Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 581 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 581 Bytes

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