Can't think of how to do this, I wan't a div element to unhide itself when the user presses a key on the keyboard, like instead of hovering a button or something.
Is this possible? thinking jquery?
|
Can't think of how to do this, I wan't a div element to unhide itself when the user presses a key on the keyboard, like instead of hovering a button or something. Is this possible? thinking jquery? |
|||
|
|
See http://jsfiddle.net/alnitak/R4rWn/ If you wanted to capture a control key (ctrl, alt, caps-lock, etc) then you have to use |
||||
|
|
|
Try this:
Check this link to get a list of the keycode values. |
|||
|
|