gpt4 book ai didi

ajax - reCAPTCHA Ajax API + 自定义主题不起作用

转载 作者:行者123 更新时间:2023-12-04 07:46:03 25 4
gpt4 key购买 nike

我看不出我哪里出错了。我已经尝试了所有我能想到的方法,reCAPTCHA 只是不能与 Ajax API 一起使用。这是我的代码的样子:

<!-- this is in <head> -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
<script type="text/javascript">
$(document).ready(function() {
Recaptcha.create("my key here", "recaptcha_widget", {
"theme": "custom",
"lang": "en",
"callback": function() { console.log("callback"); } // this doesn't get called
});
});
</script>
<!-- ... this is in <body> -->
<div id="recaptcha_widget" style="display: none">
<div id="recaptcha_image"></div>
<div id="recaptcha_links">
<a href="javascript:Recaptcha.reload()">get another</a> &bull;
<a class="recaptcha_only_if_image" href="javascript:Recaptcha.switch_type('audio')">switch to audio</a>
<a class="recaptcha_only_if_audio" href="javascript:Recaptcha.switch_type('image')">switch to image</a> &bull;
<a href="javascript:Recaptcha.showhelp()">help</a>
</div>
<dt>Type the words</dt>
<dd><input type="text" id="recaptcha_response_field" name="recaptcha_response_field"></dd>
</div>

最佳答案

对我有用吗?怎么了?你想做什么?

当我替换并警告 console.log 时,它会在每次加载页面或生成新的 reCaptcha 时更改。就像它应该的那样。

回调不是你提交验证的地方,如果这是你想要做的,那么看看这里:http://recaptcha.net/apidocs/captcha/

关于ajax - reCAPTCHA Ajax API + 自定义主题不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2458187/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com