Tutorial keyCodes

As in, what keyboard events report based on what keys are pressed. $("#textinput").keydown(function(e) { e.keyCode; // this va...

As in, what keyboard events report based on what keys are pressed.
$("#textinput").keydown(function(e) {
e.keyCode; // this value
});








Key


Code




backspace


8




Hot in Week

Popular

Archive

item