开发者

ASP MVC 3 - Submit Ajax.BeginForm from Javascript

开发者 https://www.devze.com 2023-03-09 14:04 出处:网络
I have a few ajax forms dotted around my view, and I want one main submit which would submit all other ajax forms.

I have a few ajax forms dotted around my view, and I want one main submit which would submit all other ajax forms.

Is there any recommended way to do this 开发者_JS百科via javascript? (i.e $("myForm).submit();)


Just use the normal $("#myForm").submit(); like detailed in my post, that does it for me.

0

精彩评论

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