# easyVer > This project had been abandoned!!! yahoo! It can be unbelievably easy to fight with robots by including this Plugin~ ## What is easyVer? easyVer is a friendly plugin which can help you expel robots which are trying to steal user infomation from your website.
With the help of easyVer you can easily identify whether it is a robot who is visiting your website.
Basing on easyVer, it becomes quick and convenient for users to finish their login process which can make your site more friendly. ## Quick start [Click here to see how it works!](https://cn.yimian.xyz/etc/easyVer/) ## How to use easyVer? - To use easyVer, you must include the jquery.min.js and easyVer.min.js first.
- To keep the image displayed in shape, you also need to include the easyVer.min.css before using it in your HTML.
- To display a verification window, you only need to cite easyVer() in your js code.
- Please store the function name which you want to run after the verification in the global variable callBackFunctionName before citing easyVer().
- In your HTML body, you need to include a div which class is verBox.
A simple example: ```html
``` ## Advanced Setting - You can learn about the advanced setting in the following demo ```HTML ```