You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
696 B

<!DOCTYPE html>
<head>
<link type="text/css" rel="stylesheet" href="https://cdn.yimian.ac.cn/easyVer/easyVer.min.css">
</head>
<body>
<button onclick="show_easyVer()">Click Me</button>
<div class="verBox"></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>
<script type="text/javascript">
//This is to indicate what js need to do after a user verification
callBackFunctionName="your_callBack_function";
easyVer();
//declaration of your callback function
function your_callBack_function()
{
alert('Verification finished!');
}
</script>
</body>
</html>