Broken Validation on Cancel Buttons With Unobtrusive Validation & Ajax

by Jimmy 16. May 2012 20:45
There is small problem with Cancel buttons and validation when using both unobtrusive validation and Ajax. This post shows simple fix for that problem. [More]

Tags: , , , ,

MVC | jQuery | Coding

jQuery Unobtrusive Validation and Regex

by Jimmy 15. May 2012 20:17
If you are using jQuery Unobtrusive Validation with the RegularExpression attribute in MVC you may find that your regex is not working as expected. This post shows a simple fix for that. [More]

Tags: , , , , ,

MVC | Coding | jQuery