How to submit a form when the return key is pressed?

前端 未结 15 1028
既然无缘
既然无缘 2020-11-28 04:25

Can someone please tell me how to submit an HTML form when the return key is pressed and if there are no buttons in the form? The submit button is not there

15条回答
  •  失恋的感觉
    2020-11-28 04:50

    Why don't you just apply the div submit styles to a submit button? I'm sure there's a javascript for this but that would be easier.

提交回复
热议问题