[jQuery] Re: Locking submit button interferes with validation plugin

2009-10-15 Thread Opally
>         } >         // you don't really need an 'else' here. >         // the errors should display if it's not valid. >     }); > > On Oct 13, 5:35 am, Opally wrote: > > > This is a question about the jqueryValidationplugin. > > > I need tolockthes

[jQuery] [jquery][validate] Locking submit button interferes with validation plugin

2009-10-13 Thread Opally
This is a question about the jquery Validation plugin. I need to lock the submit button on some forms to prevent multiple submissions, but I don't want to permanently lock it, in case there's a validation problem that the user needs to resolve. I did come up with a way to temporarily lock it and