Currently, I\'m using errorPlacement to print error message for each input :
errorPlacement
$(\'#my_form\').validate({ errorPlacement: function(error, element)
Something like using showErrors only for inputs that I want to centralize, then errorPlacement for the others.
showErrors
One will always over ride the other.
You'll have to use showErrors for everything, where you inspect the errorMap and errorList and conditionally place each message where you need it.
errorMap
errorList