Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

KunePassMeter


Average rating
(2 votes)

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

Releases

Official releasesDateSizeLinksStatus
1.12008-Sep-023.54 KBRecommended for 1.0.xThis is currently the recommended release for 1.0.x.