Skip to content

Instantly share code, notes, and snippets.

@questsin
Created February 20, 2019 14:54
Show Gist options
  • Save questsin/014a9d12484992d1606fbcca6c096317 to your computer and use it in GitHub Desktop.
Save questsin/014a9d12484992d1606fbcca6c096317 to your computer and use it in GitHub Desktop.
var tb = document.getElementById("name");
tb.addEventListener("keypress",
function(event) {
console.log("Pressed!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment