Created
June 9, 2017 10:04
-
-
Save evgeniy1204/960ebf17d8b333a0a8acb3f8a443dd10 to your computer and use it in GitHub Desktop.
console.log
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
$("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