Prevent form submission on Enter key press

前端 未结 19 1954
失恋的感觉
失恋的感觉 2020-11-22 04:18

I have a form with two text boxes, one select drop down and one radio button. When the enter key is pressed, I want

19条回答
  •  长发绾君心
    2020-11-22 04:55

    Below code will add listener for ENTER key on entire page.

    This can be very useful in screens with single Action button eg Login, Register, Submit etc.

    
            
            
    
             
            
        
    

    Tested on all browsers.

提交回复
热议问题