[jQuery] [validate] How to focus on error container above the form after the form tries to submit

[jQuery] [validate] How to focus on error container above the form after the form tries to submit


Hi everyone,
I have the validate plugin working for my form so that on submit the
errors are all displayed in a container div above my form. By default
the focus goes to the first input field that didn't pass validation,
but I'd like it to focus on the error container div. Has anybody done
this or does anybody know how to?
Thanks in advance!
Manoj