javascript - how i can move from input to input with enter not tab -


I mean 'Enter' key from current input to next tab I 'tab' key function How do I I can do the 'login' key in 'javascipt' in the 'tab' key function

Agree the worst thing you can do for a user-friendly form is to break the form in a way that usually works. If you really want to do this, you have to enter the key on each keyboard (the key is ID 13) and focuses the next input using the focus (function). That post can help you:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -