[jQuery] Re: Validating reCaptcha using JQuery before sending via $.post

2009-01-26 Thread Jörn Zaefferer
Here is a demo of the validation plugin with some captcha implementation, not reCaptcha: http://jquery.bassistance.de/validate/demo/captcha/ Could help as a starting point. Jörn On Mon, Jan 26, 2009 at 2:05 PM, osu onesiz...@googlemail.com wrote: Hi, Is there a way to validate a visitors

[jQuery] Re: Validating reCaptcha using JQuery before sending via $.post

2009-01-26 Thread osu
Thanks Jorn, I think one of the problems with what i'm trying to do is that recaptcha works within an iFrame and I can't figure out how to check the users input vs what is visible in the captcha image. Thanks for the link though. On Jan 26, 2:36 pm, Jörn Zaefferer