ASP.NET MVC 2: Dynamically enabling/disabling client side validation
Posted
by Nigel
on Stack Overflow
See other posts from Stack Overflow
or by Nigel
Published on 2010-05-20T00:37:58Z
Indexed on
2010/05/20
0:40 UTC
Read the original article
Hit count: 726
asp.net-mvc-2
|client-side
Using MicrosoftMvcValidation.js for client side validation, is there an easy way of programatically (in javascript) turning the validation off and on for particular fields?
Is it possible for example to use jquery to bind/unbind the events?
© Stack Overflow or respective owner