Does anyone have any good tutorials on using the client-validation with MVC2 and jQuery?

link|improve this question

77% accept rate
feedback

4 Answers

up vote 1 down vote accepted

This is a good tutorial for MVC / JQuery validation.

link|improve this answer
feedback

Excellent tutorial from Phil Haack on custom client/server side model validation. The jQuery bit is towards the bottom: Article is here

link|improve this answer
feedback

JQuery validator cheat sheet here

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.