Form not submitting when pressing enter

后端 未结 6 1073
长发绾君心
长发绾君心 2020-12-15 03:11

I have the following HTML/JS/jQuery Code. This code represents a login form that is presented modally to the user to allow them to login. The problem is, when I hit enter, t

6条回答
  •  半阙折子戏
    2020-12-15 04:04

    I also want to add, that if you have nested

    's, then only directly in form will fire submit on enter, input's in nested forms does not work.

    
     
     
        
     
     
    
    

提交回复
热议问题