dagang007/click-yan-zheng

clickable yan zheng ma

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/dagang007/click-yan-zheng

dev-master 2017-08-31 09:33 UTC

This package is not auto-updated.

Last update: 2025-12-27 06:50:17 UTC


README

这是一个 B/S 结构的中文验证码组件,使用者免键盘输入,直接点击即可进行验证  

USAGE

step 1) composer require dagang007/click-yan-zheng  
step 2) implement 3 actions    
step 3) include .js
step 4) initialize a variable

var clickYanZHeng = {
id : 'Ya',  //clickable element
urlInit : "/index/index/ver", // action url return verify->chars()
urlPic : "/index/index/pic", // action url return verify->pic()
urlYan : "/index/index/piccheck", // action url return 1 or 2
eCavas : 've', // id of created element
eIMG : 'im3', // id
eChars : 'chs' // id
};