[jQuery] (validate) How to activate validation on first blur?

[jQuery] (validate) How to activate validation on first blur?


Hello!
I'm using the validate plugin, and I am loving it.
Unfortunately, my client would like to show validation errors on form
fields on blur events every time, as opposed to showing them only if
the user has previously entered something in the field at least once.
Before I start hacking inside the plugin, I figured I could ask if
there is an option that I'm just not seeing to enforce this behavior.
Thanks for the help!