hi
iam trying to validate the recaptcha over the remote function of the
"validate" plugin and the basic function works so far. now i want to
call the reload function of the recaptcha object if the captcha is not
correct. i am new to js and jquery maybe someone could help me how to
call the function.
here the code how i check the captcha ....
jQuery("#recaptcha_response_field").rules("add",
{
required: true,
remote: {
type:"POST",
url:'<?php echo
get_option('siteurl').'/wp-admin/admin-ajax.php'?
>',
data: {.......},
});
.....and i want to call Recaptcha.reload();
.... sorry for my bad english btw :)