Password Validator Hints

February 17, 2016 10:12 am Published by Leave your thoughts

Recently wrote this little plugin that mirrors the effect on GoDaddy’s account creation page.
It’s shows hints on what you need to include in your password.

Check out the demo! or Download jQuery Password Validator Hints Plugin




Simply add the .js and .css file which can be downloaded at here

Call the function, and pass any of the available options listed below with their corresponding default values:

Plugin Options
target:’.pass’ text field that needs to be validated
controlContainer:’body’ element to add hints to
$(function(){ 	
    passwordValidator({
	target:'.pass',
	controlContainer: '.pw-validator'
    });
});

Check out the demo! or Download jQuery Password Validator Hints Plugin

Tags: ,

Categorised in:

This post was written by admin

Leave a Reply

Your email address will not be published. Required fields are marked *