Saturday, April 20, 2024
HomejQueryDelayed Password Masking jQuery Plugin - jQuery mask-password.js

Delayed Password Masking jQuery Plugin – jQuery mask-password.js


A jQuery Delayed Password Masking plugin that hides the person password after a configurable delay whereas typing in a password discipline. 

This plugin was developed out of the necessity to make password entry simpler on cellular units. Because the person varieties of their password, every character is masked with * after a delay.

See Additionally:

The right way to use it:

1. Obtain and insert the minified model of the mask-password.js into the doc.

<script src="/path/to/cdn/jquery.slim.min.js"></script>
<script src="/path/to/dist/jquery.mask-password.min.js"></script>

2. Connect the operate to the password discipline and the plugin will do the remainder.

<enter sort="password"></enter>
$(operate() {
  $("enter").maskPassword()
});

3. Override the default delay (1000ms) by passing the delay parameter to the maskPassword() technique.

$(operate() {
  $("enter").maskPassword(2000)
});

This superior jQuery plugin is developed by MathieuLoutre. For extra Superior Usages, please test the demo web page or go to the official web site.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments