Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evgeniy1204/960ebf17d8b333a0a8acb3f8a443dd10 to your computer and use it in GitHub Desktop.
Save evgeniy1204/960ebf17d8b333a0a8acb3f8a443dd10 to your computer and use it in GitHub Desktop.
console.log
$("input[name=test]").on("keyup", function() {
console.log("test") // не работает
alert($(this).val()); // работает
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment