How do i replace a key up keyCode with another in jQuery?
- by Brian Scott
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?