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://codercto.com/soft/d/23073.html

高效程序的奥秘

高效程序的奥秘

沃瑞恩 / 冯速 / 机械工业出版社 / 2004-5 / 28.00元

本书适合程序库、编译器开发者及追求优美程序设计的人员阅读,适合用作计算机专业高年级学生及研究生的参考用书。  本书直观明了地讲述了计算机算术的更深层次的、更隐秘的技术,汇集了各种编辑的小技巧,包括常购的任务的小算法,2的幂边界和边界检测、位和字节的重排列、整数除法和常量除法、针对整数的基涵义,空间填充曲线、素数公式等。一起来看看 《高效程序的奥秘》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具