Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery .keypress(); event help! Re: jQuery .keypress(); event help!

#135241
CrocoDillon
Participant

jsfiddle works if you include jQuery.

Preventing the letter ‘a’ to show is easy with `preventDefault()`. By the way, the letter a would be `01100001`.

http://jsfiddle.net/tG8py/1/