I want to capture the TAB keypress, cancel the default action and call my own javascript function.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Edit: Since your element is dynamically inserted, you have to use live as in your example, but you should bind it to the keydown event, because as @Marc comments, in IE the keypress event doesn't capture non-character keys:
Check an example here. |
|||||||||||||||||
|
|
|||||||||||||||
|
|
Working example in jQuery 1.9:
|
|||
|
|