views:

18

answers:

0

Has anyone ever used google reCAPTCHA with jEditable? I'm using PHP as a back-end. When data is sent (and validated) from jEditable via AJAX: I show the the reCAPTCHA widget, but as soon as the user clicks on it: it inevitably turns into the textbox for editing.

All I'm basically asking is how would you use reCAPTCHA with jEditable? Should I just forget about reCAPTCHA and make/use a Bayesian class?