I said earlier to Michael, that the way it's working now
is not too bad... A user has a chance to complete the form
and submit before getting any messages.  At that point, on keyup
validation kicks in and basically guides the user through
changing the errant input data.

So, if that's the way it's supposed to work, no problem here.

I was just afraid that if it was malfunctioning, that it might
pose problems in production.  I just wanted to make sure it’s
working correctly.

Thanks for the feedback and for a very handy plug-in!

Rick



> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Jörn Zaefferer
> Sent: Tuesday, October 09, 2007 2:51 PM
> To: [email protected]
> Subject: [jQuery] Re: Which Validation Verison with jQuery 1.2.1?
> 
> 
> Rick Faircloth schrieb:
> > Hi, Jorn...
> >
> > I tried the latest revision below, but it's performing
> > the same way... no validation until the form is submitted,
> > even though validation is set to be triggered on keyup.
> >
> > After the form is submitted, it works perfectly.
> >
> Thats supposed to be a feature. The assumption: Its very annoying if
> the
> validation starts whining about invalid fields before the user even had
> the chance to enter a correct value. As long as a field isn't marked as
> invalid (eg. before first submit or blur with a non-empty invalid
> field), no onkeyup validation happens.
> 
> I'll add an option to specify that keyup must always run.
> 
> -- Jörn


Reply via email to