NineBox 九宫格密码锁插件

NineBox —— jQuery九宫格密码锁插件,支持CSS3和Canvas渲染模式,同时适用于PC和手机端。


Demo1:
right password is 1 → 2 → 3
Demo2:
right password is L :1 → 4 → 7 → 8 → 9
Demo3:
options:
参数名 类型 默认值 说明
showMoveLine boolean true 是否显示鼠标移动路径
mode string css3 渲染方式,css3 || canvas
zindex number 100 九宫格z-index属性
radius number 25 圆环半径
backgroundColor string #333 九宫格背景色
color string #FFF 圆环颜色
pwd string 123 密码数组
encrypt boolean false 是否加密密码(需要引入box.encrypt.js)
控制栏 CryptoJS.SHA3("your pwd").toString() 获得密码串
errorColor string #FF0000 解锁失败锁环颜色
boxTimer number 1000 错误时清除记录间隔
lineColor string #5B8FEF 连线颜色
extClass string 额外的样式
lineWidth number 8 连线宽度
width number 240 容器宽度
height number 240 容器高度
onError function null 密码错误执行的操作
onSuc function null 密码成功执行的操作


分享到: 微信 新浪微博 QQ空间 QQ好友