Enter key press behaves like a Tab in Javascript

后端 未结 22 1237
说谎
说谎 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:30

    Easiest way to solve this problem with the focus function of JavaScript as follows:

    You can copy and try it @ home!

    
    
      
        
        
      
      
    
        
        
        
    
        
    
      
    
    

提交回复
热议问题