Don't refresh page when enter key is pressed

后端 未结 4 1595
失恋的感觉
失恋的感觉 2021-02-09 17:03

I\'m having some problems with the enter key triggering a refresh of the page whenever there is input in a form.

The following code does not refresh the page if enter is

4条回答
  •  生来不讨喜
    2021-02-09 17:22

    you have syntax error in your html codes:

    
                
    

    change it to this:

     
    

    Also, you need using Javascript/jquery to submit your form to prevent refreshing your entire page

提交回复
热议问题