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();
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();
精彩评论