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

The Little MLer

The Little MLer

Matthias Felleisen、Daniel P. Friedman、Duane Bibby、Robin Milner / The MIT Press / 1998-2-19 / USD 34.00

The book, written in the style of The Little Schemer, introduces instructors, students, and practicioners to type-directed functional programming. It covers basic types, quickly moves into datatypes, ......一起来看看 《The Little MLer》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试