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

2009-08-16 Thread Manoj
Hi everyone, apologies for the re-post but I forgot to add 'validate' to the Subject: 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

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

2009-08-07 Thread Manoj
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 o