Manually wiring up unobtrusive jquery validation client-side without Model/Data Annotations, MVC3
- by cmorganmcp
After searching and experimenting for 2 days I relent. What I'd like to do is manually wire up injected html with jquery validation. I'm getting a simple string array back from the server and creating a select with the strings as options. The static fields on the form are validating fine. I've been trying the following:
var dates =…