Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to validate a field only when focus is out for this input element? Now, when I type into the input, validator immediatelly validate my data. I want that validator validate my data when I start to filling another one input.

share|improve this question
You are using jQuery validate plug-in I'm assuming? – mcpDESIGNS Dec 17 '12 at 16:11
unobtrusive validation jquery – Roman Bats Dec 17 '12 at 16:13

1 Answer

up vote 2 down vote accepted

Yes it's possible. The idea is to return false form OnKeyUp event: http://jquery.10927.n7.nabble.com/validate-onkeyup-for-single-field-td121993.html

ASP.net MVC 3 jQuery Validation; Disable Unobtrusive OnKeyUp?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.