Validate only one field at a time

Validate only one field at a time

Hi,

I have a few fields on a form and when the first control looses focus, all the validations for all other input elements fire at the same time. This makes the whole form look red in colour and I just want only one field (which lost focus) to show error on it. The submit should show error on all the fields which failed validation. I am using jquery validate version 1.11.1

Thanks in advance,

Simrat