Skip to content

Instantly share code, notes, and snippets.

@tonyvich
Last active March 22, 2020 08:08
Show Gist options
  • Save tonyvich/a03770da807fa8ac3f49b9f35e3ebd2d to your computer and use it in GitHub Desktop.
Save tonyvich/a03770da807fa8ac3f49b9f35e3ebd2d to your computer and use it in GitHub Desktop.
Plugin init
<script>
$( document ).ready( function(){
$( "#countrySelect" ).autopopulatedselect( "#townSelect" );
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment