[jQuery] Re: conditional remote validation

2008-11-12 Thread spellingcity
ncels all further validation for that field (same as required > dependencies). > > Jörn > > > > On Tue, Nov 11, 2008 at 10:21 PM, spellingcity <[EMAIL PROTECTED]> wrote: > > > There is a particular scenario where I don't want the remote > > validation

[jQuery] conditional remote validation

2008-11-11 Thread spellingcity
There is a particular scenario where I don't want the remote validation to actually get executed. In particular, this is when you have a field, say a "username" field and the user is editing the field and the value of the field is their current username. This is considered a valid username and r

[jQuery] validation - how do I validate a hidden value against a radio box selection?

2008-10-27 Thread spellingcity
Hey All, Looking for some help... I have a form with 2 radio buttons. If one is selected, than the user has to make another selection which puts data into a hidden field on the form. I the second button is selected, no data is necessary in the hidden field. I can't figure out the best way to