update readme

master
hhCandy 5 years ago
parent 52597f2bf1
commit 79f27e39d1
  1. 17
      README.md

@ -3,9 +3,9 @@ yahoo! It can be unbelievably easy to fight with robots by including this Plugin
## What is easyVer?
easyVarCode is a friendly plugin which can help you expel robots which are trying to steal user infomation from your website.</br>
With the help of easyVarCode you can easily identify whether it is a robot who is visiting your website.</br>
Basing on easyVarCode, it becomes quick and convenient for users to finish their login process which can make your site more friendly.
easyVer is a friendly plugin which can help you expel robots which are trying to steal user infomation from your website.</br>
With the help of easyVer you can easily identify whether it is a robot who is visiting your website.</br>
Basing on easyVer, it becomes quick and convenient for users to finish their login process which can make your site more friendly.
## Quick start
@ -21,21 +21,21 @@ Basing on easyVarCode, it becomes quick and convenient for users to finish their
- In your HTML body, you need to include a div which class is verBox.</br>
A simple example:
```html
//include easyVer css file
<!--include easyVer css file-->
<link type="text/css" rel="stylesheet" href="https://cdn.yimian.ac.cn/easyVer/easyVer.min.css">
//Put this div in your HTML body
<!--Put this div in your HTML body-->
<div class="verBox"></div>
//include jquery and easyVer js file::the js MUST be put AFTER the div
<!--include jquery and easyVer js file::the js MUST be put AFTER the div-->
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.yimian.ac.cn/easyVer/easyVer.min.js"></script>
//demo script for using easyVer
<!--demo script for using easyVer-->
<script type="text/javascript">
//This is to indicate what js need to do after a user verification
//This is to indicate what js need to do after a user verification-->
callBackFunctionName="your_callBack_function";
//Cite to setup verification window::This should after the callback function assignment
@ -53,4 +53,3 @@ function your_callBack_function()
</script>
```

Loading…
Cancel
Save