How do i replace a key up keyCode with another in jQuery?
Posted
by Brian Scott
on Stack Overflow
See other posts from Stack Overflow
or by Brian Scott
Published on 2010-03-26T15:58:42Z
Indexed on
2010/03/26
16:03 UTC
Read the original article
Hit count: 348
I currently have a table which only has a single editable column. I have a jQCuery change() event associated with the column's input controls to prevent any non numeric keys being pressed, other than tab / delete / backspace.
I would like to replace the Enter key with a Tab press.
Can someone please show me the relevant statement to replace the keyCode based on the Enter character being intercepted?
© Stack Overflow or respective owner