Open
Description
I've enhanced the validation error placement for compatibility with Symfony forms and Bootstrap 3, meaning some errors aren't actually attached to fields and get placed way outside of jquery-validates jurisdiction.
Using custom code in showErrors, errorPlacement and highlight/unhighlight this is perfectly possible. Unfortunately when I try to reset the form, jquery-validation can't find these errors, and nor can I add custom code to handle them myself.
If I can add code via the options for showErrors, why can't I do the same with hideErrors? The interface should be symmetric.
Side note: I can monkey-patch the functionality in, but it's a complete butchers.