Skip to content

Instantly share code, notes, and snippets.

@ethanbeyer
ethanbeyer / countries.js
Last active January 31, 2020 16:55 — forked from shafiul/countries
Dynamic JS Country -> State Selects
/**
* Original script by: Shafiul Azam
* Modified by: Ethan Beyer
* Version 4.0
*
* Description: Inserts Countries and/or States as Dropdown List
*
* In Head section:
* ----------------
* <script type= "text/javascript" src = "countries.js"></script>