Pass Meter jQuery plugin
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/passmeter
软件介绍
You can use this plugin to show a background image into a HTML password input element to indicate the strength of the password.
This plugin has been probed in the last versions of Firefox, Opera, Internet Explorer and Safari, with jQuery 1.2 version.
Use is quite simple, as you can view in the example that include the plugin. Bassically you can attach and detach password meters into HTML password input:
$('input#mypassword').attachPassMeter();To detach a password meter you can use the other public method:
$('input#mypassword').detachPassMeter();You can especify some options to the plugin when call to the first method. The default options are this:
var options = {
useSkin: 'default',
skinsPath: './skins/',
bgRepeat: 'no-repeat',
bgPosition: 'center right'
};
$('input#mypassword').attachPassMeter(options);The most important options are the "skinsPath", used by plugin to find the appropiate skin to use their images to show the password meters.
You can specify another skin, wich corresponde with a subfolder of skins directory, and can contain different images to show the password meter level.
This plugin is inspired by Password strength meter jQuery plugin by Firas Kassem. In fact, the main methods of the plugin is taken from the plugin of Firas. Thanks!
Thanks so much too Mike Alsup for their article jQuery plugin pattern.
编译原理
Alfred V.Aho、Jeffrey D.Ullman、Ravi Sethi / 李建中 / 机械工业出版社 / 2003-8 / 55.00元
《编译原理》作者Alfred V.Aho、Ravi Sethi和Jeffrey D.Ullman是世界著名的计算机 科学家,他们在计算机科学理论、数据库等很多领域都做出了杰出贡献。《编译原理》 是编译领域无可替代的经典著作,被广大计算机专业人士誉为“龙书”。《编译原理》一 直被世界各地的著名高等院校和科研机构(如贝尔实验室、哥伦比亚大学、普 林斯顿大学和斯坦福大学等)广泛用作本科生和研究生编译原理......一起来看看 《编译原理》 这本书的介绍吧!
