$('#form').validate({ errorPlacement: function(error,element) { return true; } });
或者,您可以将错误消息放在页面的其他位置 – 例如在页面顶部的DIV。