KunePassMeter

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-10 13:12:23

软件介绍

This is a modification of the Pass Meter plugin made by David Esperalta: http://plugins.jquery.com/project/passmeter

The basics stay the same to use the plugin. The only modification is that you can use the plugin to display the strength meter outside the password input.

If you want to use the meter outside of the input, add the option:

   var options = {
outsideElt = '#myelt'
   };
   $('input#mypassword').attachPassMeter(options);
  

where #myelt could be the class of your element or the id.

For more questions, http://opencv.kune.fr/jquery-plugins

本文地址:https://www.codercto.com/soft/d/23073.html

An Introduction to the Analysis of Algorithms

An Introduction to the Analysis of Algorithms

Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99

This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

随机密码生成器
随机密码生成器

多种字符组合密码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具