An open API service indexing awesome lists of open source software.

https://github.com/jimschubert/containsattributeexample

An example of using DataAnnotations and jquery.validate.unobtrusive.js from beginning to end in MVC3
https://github.com/jimschubert/containsattributeexample

Last synced: 14 days ago
JSON representation

An example of using DataAnnotations and jquery.validate.unobtrusive.js from beginning to end in MVC3

Awesome Lists containing this project

README

          

# DataAnnotations example

This is a fairly simple example of creating a custom ValidationAttribute, registering that attribute with MVC 3 to be compiled into the HTML5 data-val-* attributes, and parsing those attributes on the client side to be validated with a custom function using the jquery.validate.unobtrusive plugin.

This example is code associated with my blog post [here](http://www.ipreferjim.com/?p=606).