[jQuery] Re: [Validate plugin] Question about the 'remote' AJAX option

2009-07-09 Thread Guillaume Lecanu
On Jul 8, 6:31 pm, Jörn Zaefferer wrote: > The JSON response can be true/false, or a String, handled as false > (invalid), and the string will be used as the error message. You need > the latest version (1.5.5) for that to work properly. Perfect ! Thanks

[jQuery] Re: [Validate plugin] Question about the 'remote' AJAX option

2009-07-08 Thread Jörn Zaefferer
The JSON response can be true/false, or a String, handled as false (invalid), and the string will be used as the error message. You need the latest version (1.5.5) for that to work properly. Jörn On Wed, Jul 8, 2009 at 6:03 PM, Guillaume Lecanu wrote: > > Hi, > > I trying to replace my old AJAX

[jQuery] Re: [validate] Plugin Question

2009-02-05 Thread Chris
On Feb 5, 3:23 pm, Jörn Zaefferer wrote: > Could you provide a testpage? Your code looks fine. > > Jörn Sure. http://www.chris-gwen.com/ Right now Firebug says i'm missing a semicolon which breaks everything, but i don't see why it says that.

[jQuery] Re: [validate] Plugin Question

2009-02-05 Thread Jörn Zaefferer
Could you provide a testpage? Your code looks fine. Jörn On Thu, Feb 5, 2009 at 9:08 PM, Chris wrote: > > On Feb 5, 6:09 am, Leonardo K wrote: >> http://docs.jquery.com/Plugins/Validation/Methods/required#dependency... > > Ok, here's my markup and my attempt to do the conditional validation, >

[jQuery] Re: [validate] Plugin Question

2009-02-05 Thread Chris
On Feb 5, 6:09 am, Leonardo K wrote: > http://docs.jquery.com/Plugins/Validation/Methods/required#dependency... Ok, here's my markup and my attempt to do the conditional validation, but it obviously doesn't work. I only want the select (#select) to be required if the radio button (#accept) is c

[jQuery] Re: [validate] Plugin Question

2009-02-05 Thread Leonardo K
http://docs.jquery.com/Plugins/Validation/Methods/required#dependency-expression On Thu, Feb 5, 2009 at 00:52, Chris wrote: > > On my site http://www.chris-gwen.com/ I use the plugin on the RSVP > tab. If you click the "Accept" radio button you get a dropdown. How > can I then set validation on