jQuery Validation plugin in ASP.NET Web Forms
问题 I would really like use the jQuery Validation plugin in my ASP.NET Web Forms application (not MVC). I find it easier than adding asp validators everywhere and setting the control to validate field on all of them. I am just having some issues both when setting the class like this class="required email" which I think has something to do with having a form tag within the main form tag. I also run into issues when calling the jquery validate using the names which become mangled in an asp control