JQuery validation without requiring MS scripts in asp.net mvc2 project

Posted by Jim Geurts on Stack Overflow See other posts from Stack Overflow or by Jim Geurts
Published on 2010-03-21T00:30:26Z Indexed on 2010/03/21 0:41 UTC
Read the original article Hit count: 806

Filed under:
|

Is it possible to use the new client side validation features of asp.net MVC 2 without having to use the MS scripts (MicrosoftAjax.js, MicrosoftMvcAjax.js, MicrosoftMvcValidation.js)?

I use JQuery throughout my application; JQuery has a great plugin for validation and I don't really want to force my users to load MS scripts just for validation.

Is this possible? If so, any suggestions for how to accomplish it are appreciated.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about asp.net-mvc