56 Comments
Leave a Comment | RSS feed for comments on this post.
Trackbacks / Pingbacks
-
[...] See more here: New jQuery plugin targeting usability for password masking on forms [...]
-
[...] Show password option on the login form is working now. We’ve also made this a new jQuery plugin targeting usability for password masking on forms. [...]
-
[...] check it out [...]
-
[...] New jQuery plugin targeting usability for password masking on forms [...]
-
[...] New jQuery plugin targeting usability for password masking on forms [...]
-
[...] Plugin for Password Masking | demo This gives users the option to see the chracters of the password the are entering, for usability purposes. [...]
-
[...] gösterebilir aynı zamanda farklı ve daha güvenli şifre alternatifleri sunabilirsiniz. Plugin for Password Masking | [...]
-
[...] New jQuery plugin targeting usability for password masking on forms [...]
-
[...] Rode’s showPassword is a jQuery plugin that implements a password entry field that defaults to fully masking the [...]
-
[...] 30. jQuery Password Masking [...]
-
[...] 22. jQuery showPassword [...]
-
[...] 22. jQuery showPassword [...]
-
[...] Show password option on the login form is working now. We’ve also made this a new jQuery plugin targeting usability for password masking on forms. [...]
-
[...] jQuery Plug-In for Masking Passwords [...]
-
[...] jQuery Plug-In for Masking Passwords [...]
-
[...] jQuery Plug-In for Masking Passwords [...]
-
[...] jQuery Plug-In for Masking Passwords [...]
-
[...] 14- Password Masking jquery plugin [...]
-
[...] Plugin for Password Masking [...]
-
[...] New jQuery plugin targeting usability for password masking on forms [...]
-
[...] Plugin para Masking Password [...]
-
[...] jQuery Plug-In for Masking Passwords [...]
-
[...] Show Password [...]
-
[...] New jQuery plugin targeting usability for password masking on forms [...]
-
[...] jQuery Plug-In for Masking Passwords [...]
-
[...] New jQuery plugin targeting usability for password masking on forms [...]
-
[...] jQuery Plug-In for Masking Passwords [...]
-
[...] you can quicly unveil the password to check it for possible typo’s. jQuery has a little plugin to unmask the password by clicking on a checkbox. form, javascript, password, usability, ux Tweet [...]
-
[...] JQuery plugin novo alvo usabilidade para mascaramento senha em formulários [...]
While working on 

Hi there, nice Plugin. I have read the Jakob Nielsen Post too. We have developed a litte jquery Plugin depending on that Post too. myPass – password hiding iPhone-Style. Maybe a Multiple Plugin with yours and our options would be nice.
http://www.mysrc.de/allgemein/jquery-mypass-password-hiding-iphone-style/
.-= Oliver Storm´s last blog ..jQuery myPass – password hiding iPhone-Style =-.
Hi , I am trying to implement the jQuery (jquery.myPass-1.0.js) in my asp.net page. When i am trying to log in ,it cannot retrieve any value. Am i missing something?
Hi Shakira,
You’re probably more likely to get a response from the developer if you contact him directly on his site, as not everyone chooses to subscribe to these comments.
As per Oliver’s comment above yours, the link to his site and the details of the plugin are:
http://www.mysrc.de/allgemein/jquery-mypass-password-hiding-iphone-style/
Hope that helps and good luck!
Cheers,
Chris
.-= Chris´s last blog ..New preview of the Creativa themelet – Typography =-.
Hi Oliver,
the mobile functionality is something I have already started working on adding. Essentially the masking of the letter a second after keypress.
Nice plugin by the way. Looks very fancy :)
thanks for your comment!
What about multiple password fields, e.g. Password & Password Confirmation?
.-= Gerhard´s last blog ..Conditional RJS =-.
Hi Gerhard,
Sorry it has taken me so long to reply.
Are you referring to having password masking on multiple fields, if so, then all you would need to do is call the function on each element.
$(‘#el1′).showPassword(class, options);
$(‘#el2′).showPassword(class, options);
In version 1.1 the plugin will be able to have multiple elements set as well as a rewrite of the options.
Here it is another reaction on JN Alertbox about password fields. It’s on my blog:
http://tribune.majlab.com/code_examples/mask_password.html
It works standalone, without Jquery or similar JS library.
.-= Stevan Majstorović´s last blog ..Polja za password – nova reakcija =-.
Stevan,
Thanks for pointing that out, it is a great implementation and small too, which is great. The reason however that I chose to code it for jQuery was because of the lack of any plugin and also the ability to extend on the plugin.
Nice code though.
Nice usability plugin. When I thought of this functionality, I would just switch the input type between ‘text’ and ‘password’. Is there a specific reason why you chose to add a hidden input element and toggle visibility?
Hi Gotwic,
Thanks for the feedback and comments.
The main reason was that adding a hidden input on page load was much faster in testing than doing a split and join and jQuery’s attr function does not switch the types as you would expect it to, well at least not in my testing.
Thanks again for the comment.
Thanks for this great plugin!
>> Version 1.1 will be released next week
I’m not sure when “Update2″ was made, so is there a particular date when you’re targeting the 1.1 release? Is it already available somewhere?
Thanks again!
Hi James,
We haven’t had much of a chance to spend on revising the plugin, as all our focus is currently going into getting the stable release of our new Joomla! template framework, Morph out the door.
That said, we have a some nice updates planned for when things calm down a bit :)
Cheers,
Chris
Is there any way I can chain these together so that I can show 3 password input boxes using a single check box? The use case being a password change form.
Best regards, Ben.
Hi Ben,
The current version doesn’t support targeting multiple inputs, but we’ll definitely keep that in mind for future updates.
Cheers,
Chris
.-= Chris´s last blog ..10+ Joomla, Web Development and Business blog posts of the week =-.
Thanks for this. I have a situation where the password field is generated and I want people to have the option of showing it or not.
Your plugin works very well for this.
However, I want to make sure that this field is readonly.
I changed one line of your code from this:
$(this).before(”);
to this:
$(this).before(”);
This preserves the readonly attribute if set.
Hey Micah,
Glad to hear you’re finding the plugin useful! I can’t see a difference between the before and after text you posted – are you sure you updated the “after” bit? :P
Before: $(this).before(”);
After: $(this).before(”);
Cheers,
Chris
Whoops. Looks like it stripped out the JavaScript code. Not sure how to post it. I’ll send it to you directly.
One tip: add tabindex=’-1′ to the checkbox code to avoid people tabbing through the checkbox. It’s not something you really want as part of the flow.
Hi!
Very useful plugin, thx.
In just downloaded minified version there is a misspelling.
def.clasname -> def.classname
Maybe the uncompressed version has too, i haven’t checked.
I found the same issue, the minified version prints:
class="undefined"Because of the typo def.clasname. An easy fix though.
Not working with jQuery 1.6.x
Thanks again for the plugin. I am using it for a desktop app I developed using Titanium Appcelerator: http://afitnerd.com/projects/passable.
One question: Is there any way to start out with the password showing and the chekbox checked?
Thanks,
Micah
A ‘s’ is missing at line 36 in the file jquery.showpassword.js.
if(def.classname==”){ theclass=”; }else{ theclass=’ class=”‘+def.clasname+’”‘; }
Should be:
if(def.classname==”){ theclass=”; }else{ theclass=’ class=”‘+def.classname+’”‘; }
Without this, a class is set like undefined
Hi. This is interesting, but I wonder how necessary it really is? We (i.e. people with computers!) have been dealing with masked password fields for years (and as young as I am, as long as I’ve been using computers) and nobody’s ever found a problem with them before… ?
This uses attr(“checked”) which is deprecated in jQuery 1.9. I switched it to .prop(“checked”).
Merci pour votre post qui m’a été très plaisant à lire. Votre site a pas mal de bon sujets, je ne manquerais pas de faire suivre l’adresse de votre site à mes ami(e)s et à revenir régulièrement.
The New Boston brought me in here :D