Prevent form submission on Enter key press

前端 未结 19 2278
失恋的感觉
失恋的感觉 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 05:17

    A little simple

    Don't send the form on keypress "Enter":

    Execute the function on keypress "Enter":

    
    

提交回复
热议问题