Last active
March 22, 2020 08:08
-
-
Save tonyvich/a03770da807fa8ac3f49b9f35e3ebd2d to your computer and use it in GitHub Desktop.
Plugin init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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