1.0.0 • Published 8 years ago

securepass v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

phonecode

securepass is free jQuery plugin developed by singhcoders.Plugin help user to verify that they enter secure password in HTML form.

Version

1.0

Tech

secure uses jQuery to work properly .

And of course phonecode itself is open source with a public repository on GitHub.

useage

import jquery library

<script src='//code.jquery.com/jquery-1.10.2.js'></script>

under jquery import phonecode.js as following

<script type="text/javascript" src="securepass.js"></script>

And then

 $('#pass').securepass({
                 bkColor:'lightblue',
                 fontColor:'black',
                 formId:'form',
                 level:'strong',
                 passLength:9,
                 onError: function(){
                     alert("please check password!!");
                 }
             });

License

GPL license

appreciate our work by tweet @singhcoders