Created
April 2, 2015 09:18
-
-
Save duguying/f99d0b20d1fa2859a915 to your computer and use it in GitHub Desktop.
获取js按键码
This file contains 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
$(window).keydown(function(event){ | |
console.log(event.keyCode) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment