I often use this jQuery validation plugin to validate forms, and it works great. Really happy with this, but when you click Submit on a form, it automatically puts focus on the field that was invalid.
In my current project, I have a form that is really long, and when you press the submit button, your scroll goes into the field (perhaps because it focuses), but when my form takes so long, I think it is a bit annoying. Does anyone know how I can turn off jQuery validation if I pay attention to invalid input fields.
Respectfully!
source share