jQuery的强密码插件 PWChecker

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-23 14:14:30

软件介绍

Power PWChecker 是一个用来确保用户输入了安全的密码的 jQuery 插件,可用于注册用户的表单防止用户输入一些形如 123456 的密码。

示例代码:

<!--
$(document).ready( function () {
   //Demo code
  $( '.password-container' ).pschecker({ onPasswordValidate: validatePassword, onPasswordMatch: matchPassword });
-->

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

Algorithms to Live By

Algorithms to Live By

Brian Christian、Tom Griffiths / Henry Holt and Co. / 2016-4-19 / USD 30.00

A fascinating exploration of how insights from computer algorithms can be applied to our everyday lives, helping to solve common decision-making problems and illuminate the workings of the human mind ......一起来看看 《Algorithms to Live By》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具