Standalone javascript library
Standalone javascript library to transform a standard password input box of a HTML form into a 9-dot pattern lock. Targeted at mobile webapplications where drawing a pattern on the touchscreen is far easier than typing in a password.
Works on every major desktop and mobile browser.
(This repository was moved from https://9dotpatternlock.codeplex.com/)
Example use
Copy the _img,_script and _style folders to your hosting
Copy these 2 lines in your HTML source
<link rel="stylesheet" type="text/css" href="_style/patternlock.css"/>
<script src="_script/patternlock.js"></script>
give your password input element the className "patternlock"
e.g. <input type="password" name="password" class="patternlock">
Live demo at http://www.stef.be/dev/javascript/patternlock/
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。