有人有关于使用 MVC2 和 jQuery 进行客户端验证的好资源吗?
有人有关于使用 MVC2 和 jQuery 进行客户端验证的好的教程吗?
Does anyone have any good tutorials on using the client-validation with MVC2 and jQuery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Phil Haack 关于自定义客户端/服务器端模型验证的精彩教程。 jQuery 位位于底部:文章在这里
Excellent tutorial from Phil Haack on custom client/server side model validation. The jQuery bit is towards the bottom: Article is here
JQuery 验证器备忘单此处
JQuery validator cheat sheet here
这是一个很好的 MVC / JQuery 验证教程。
This is a good tutorial for MVC / JQuery validation.
使用 jQuery MVC 验证器,包括编写自定义客户端验证器:
http://www.deepcode。 co.uk/2010/08/custom-mvc-2-validation-using-jquery.html
让 jQuery MVC 验证器在 ajax 场景中工作:
http://www.deepcode。 co.uk/2010/08/mvc-ootb-validation-when-pulling-in.html
Using jQuery MVC validators, including writing custom client side validators:
http://www.deepcode.co.uk/2010/08/custom-mvc-2-validation-using-jquery.html
Getting jQuery MVC validators working in ajax scenarios:
http://www.deepcode.co.uk/2010/08/mvc-ootb-validation-when-pulling-in.html