文件名称:StrongPass:mootools的密码强度检查器
文件大小:131KB
文件格式:ZIP
更新时间:2024-06-05 00:09:57
javascript password-strength mootools JavaScript
StrongPass.js 一个基本的插件,可以在用户在输入字段中键入内容时对密码强度进行scoring 。 在或jsfiddle上看到它的实际效果。 如何使用 获取MooTools(1.4.5+,最好是1.5.1)。 无需mootools-需要更多。 有一个密码字段和一些CSS。 < input type =" password " id =" foo " /> div . pass-container { height : 30 px ; } div . pass-bar { height : 11 px ; margin-top : 2 px ; } div . pass-hint { font-family : arial; font-size : 11 px ; } 创建您的实例 new StrongPass ( "foo" , {
【文件预览】:
StrongPass-master
----.travis.yml(143B)
----package.json(662B)
----test()
--------buster.js(343B)
--------buster-test.css(16KB)
--------tests()
--------index.html(697B)
--------lib()
----StrongPass.png(6KB)
----Gruntfile.js(571B)
----package.yml(197B)
----.gitignore(36B)
----Source()
--------StrongPass.js(6KB)
----README.md(5KB)
----.jshintrc(641B)
----bower.json(507B)