MVC 中所有 xval 验证后触发 javascript 函数
我想在用户单击按钮时触发 JavaScript 函数。
此 JavaScript 仅应在页面执行 xval 验证后触发。
如何才能实现这一目标?
I want to fire a JavaScript function when the user clicks on a button.
This JavaScript should fire only after the page does the xval validation.
How can this be achieved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您希望它仅在表单有效时运行还是无关紧要?如果您只想在表单有效时运行它,请尝试此...
如果您不关心表单是否有效,则可以省略 if 条件。
Do you want it to run only if the form is valid or it doesn't matter? If you want to run it only if the form is valid try this...
If you don't care if the form is valid, you can leave off the if condition.