I\'m trying to use \'errorPlacement\' from jQuery Validation DOCS:
$(\"#myform\").validate({ errorPlacement: function(error, element) {
Another option is...
errorPlacement: function (error, element) { element.before(error); }