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.
Fortran 95/2003程序设计
中国电力出版社 / 2009-8 / 88.00元
Fortran是计算世界最早出现的高级程序设计语言之一,随着面向对象编程时代的到来,Fortran语言不仅保持了发展的步伐,而且继续在科学计算方面领先。《Fortran95/2003程序设计(第3版)》在第2~7章介绍了Fortan语言基础知识,为初学者提供入门学习资料;在第8~15章介绍了Fortran语言高级特性,为深入用好Fortran语言提供支持;在第16章讲述了Fortran语言面向对象......一起来看看 《Fortran 95/2003程序设计》 这本书的介绍吧!
