Skip to content

Instantly share code, notes, and snippets.

@Mr-Kumar-Abhishek
Last active December 15, 2016 21:50
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 Mr-Kumar-Abhishek/18c76a989b6a3b4a5f857427efa24c87 to your computer and use it in GitHub Desktop.
Save Mr-Kumar-Abhishek/18c76a989b6a3b4a5f857427efa24c87 to your computer and use it in GitHub Desktop.
$('#search-me').keypress(function (key) {
if (key.which == 13) {
console.log($(this).val());
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment