How to prevent form from being submitted?

后端 未结 10 2505
挽巷
挽巷 2020-11-21 07:06

I have a form that has a submit button in it somewhere.

However, I would like to somehow \'catch\' the submit event and prevent it from occurring.

Is there s

10条回答
  •  滥情空心
    2020-11-21 07:46

    For prevent form from submittion you only need to do this.

    .....

    By using above code this will prevent your form submittion.

提交回复
热议问题