Skip to content

Instantly share code, notes, and snippets.

@desoga10
Created June 8, 2019 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desoga10/2a51e8d77fce1f4bf4ff3ec067a49d09 to your computer and use it in GitHub Desktop.
Save desoga10/2a51e8d77fce1f4bf4ff3ec067a49d09 to your computer and use it in GitHub Desktop.
document.getElementById('countryList').innerHTML = html;
}
};
document.getElementById('search').addEventListener('input', () => searchcountry(search.value));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment