update jquery.validate.unobtrusive implementation to play nicely with jquery.validation
There is a serious flaw with how the unobtrusive library works. A user can't do the following api call because it just doesn't work.
I'm not the only one who has had problems with this....
$.validator.setDefaults({ onkeyup: false });
http://www.tigraine.at/2011/08/26/jquery-validate-and-microsofts-unobtrusive-validation-dont-play-well-together/
26
votes