Currently, I\'m using errorPlacement to print error message for each input :
$(\'#my_form\').validate({
errorPlacement: function(error, element)
Something like using
showErrorsonly for inputs that I want to centralize, thenerrorPlacementfor 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.