开发者

submit form in spring MVC by clicking on Link

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜