关于本站jQuery 验证码|老大网络www.yulaoda.com

前段时间逛 浩子部落格 的时候发现了这款不错的jQuery 验证码,用了这个验证码应该会少很多垃圾评论的,其实一直也想把这款验证码分享给大家,但一直没静下来写这样一篇文章,今天刚好有朋友问,干脆在这分享给 的朋友们!

此jQuery验证码出自:buttonCaptcha

使用方法也非常简单:

1、下载:jQuery.buttonCaptcha

2、保存 jquery.buttonCaptcha.js,jquery.buttonCaptcha.styles.css 和 ‘images’ 文件夹到 WordPress 主题某一路径下。记住,所有关于 buttonCaptcha 文件必须保存在同一目录,如果没有那么你就需要编辑 .css 文件;

3、将下面代码放到 <body> 里面:

[task]

<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery-1.5.1.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery-ui-1.8.12.custom.min.js”></script>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’); ?>/js/buttonCaptcha/jquery.buttonCaptcha.styles.css” />
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/buttonCaptcha/jquery.buttonCaptcha.min.js”></script>

<script type=”text/javascript”>
$(function(){
$(“#submit”).buttonCaptcha({
codeWord:’Y’,
codeZone:’ULaoDa’,

captchaUnlocked:’已解锁,可以提交评论!’
});
});
</script>

[/task]

就是如此简单,具体效果看 老大网络 文章下方的评论验证吧!