Enter key press behaves like a Tab in Javascript

后端 未结 22 1247
说谎
说谎 2020-11-27 10:52

I\'m looking to create a form where pressing the enter key causes focus to go to the \"next\" form element on the page. The solution I keep finding on the web is...

22条回答
  •  余生分开走
    2020-11-27 11:40

    I had a simular need. Here is what I did:

        
    

提交回复
热议问题