开发者

submit form in spring MVC by clicking on Link

开发者 https://www.devze.com 2023-04-09 15:21 出处:网络
Is there any way to submit the form in sp开发者_StackOverflow社区ring MVC by clicking on Link or do I need to use the javascript submit method

Is there any way to submit the form in sp开发者_StackOverflow社区ring MVC by clicking on Link or do I need to use the javascript submit method

Thanks


Use JQuery on submit function as the event on url click:

$('#formName').submit();
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号