Currently, I\'m using errorPlacement
to print error message for each input :
$(\'#my_form\').validate({
errorPlacement: function(error, element)
Something like using
showErrors
only for inputs that I want to centralize, thenerrorPlacement
for the others.
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.
You can use text-align:center; property in css.