ASP.NET MVC 2: Dynamically enabling/disabling client side validation
- by Nigel
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?