如何在我自己的 jquery 中调用 MVC3 验证 javascript?

发布于 2024-12-12 02:10:46 字数 140 浏览 0 评论 0原文

我有一个表单,其中有一个链接,可以触发一些ajax 并传递文本框的值。我希望能够对该文本框进行与单击“提交”时会发生的相同的验证(最好不更改标准 javascript),但不会对表单中具有验证的其他所有内容触发验证。

我需要在点击时调用特定的函数吗?

I have a form that has a link that fires off some ajax and passes through the value of a text box. I would like to be able to cause the same validation on that text box that would occur if I had clicked submit (and preferably without any changing of the standard javascript) but not fire off the validation for everything else in the form that has validation.

Is there a particular function that I need to call on the click?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独行侠 2024-12-19 02:10:46

MVC3 使用 jQuery 验证插件
调用$('表单选择器').validate().form()

MVC3 uses the jQuery Validate plugin.
Call $('form selector').validate().form().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文