<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Show password &#8211; Show or mask password checkbox Jquery plugin</title>
	<atom:link href="http://www.unwrongest.com/projects/show-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unwrongest.com/projects/show-password/</link>
	<description>Interaction Designer and Interface Developer</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:45:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Nood</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-1959</link>
		<dc:creator>Nood</dc:creator>
		<pubDate>Wed, 30 Jun 2010 13:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-1959</guid>
		<description>This is a great script, just with one tiny modification; After clicking the checkbox focus() on the field.</description>
		<content:encoded><![CDATA[<p>This is a great script, just with one tiny modification; After clicking the checkbox focus() on the field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Gratton</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-1830</link>
		<dc:creator>Michel Gratton</dc:creator>
		<pubDate>Fri, 30 Apr 2010 02:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-1830</guid>
		<description>I add some tweaks to this plugin for compatibility with validation. Now it works find and my validation is triggered properly. I will submit my change to Jan. Hope he will share it. I also tweak it to work both ways, if you preferred to start with a password field or text field. Depending of the input type, the opposite will be generated.

Basically for validation compatibility, you need to add:
1. A name attribute to &#039;clone&#039; in createClone() - Required by validation on all form field. You can use something like: &#039;name&#039;:el.attr(&#039;name&#039;)+&#039;-[txt&#124;pwd]
2. In $clone.keyup function add, for keyup event validation: $this.trigger(&#039;keyup&#039;);
3. Finally, just before the set(); line, for blur event validation, add: $clone.blur(function() { $this.trigger(&#039;focusout&#039;); });

This work find for me ;)

Michel</description>
		<content:encoded><![CDATA[<p>I add some tweaks to this plugin for compatibility with validation. Now it works find and my validation is triggered properly. I will submit my change to Jan. Hope he will share it. I also tweak it to work both ways, if you preferred to start with a password field or text field. Depending of the input type, the opposite will be generated.</p>
<p>Basically for validation compatibility, you need to add:<br />
1. A name attribute to &#8216;clone&#8217; in createClone() &#8211; Required by validation on all form field. You can use something like: &#8216;name&#8217;:el.attr(&#8216;name&#8217;)+&#8217;-[txt|pwd]<br />
2. In $clone.keyup function add, for keyup event validation: $this.trigger(&#8216;keyup&#8217;);<br />
3. Finally, just before the set(); line, for blur event validation, add: $clone.blur(function() { $this.trigger(&#8216;focusout&#8217;); });</p>
<p>This work find for me ;)</p>
<p>Michel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Lee</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-1238</link>
		<dc:creator>Dan Lee</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-1238</guid>
		<description>Hi

I installed this alongside the popular JQuery Validation plugin and now I get repeated validation errors on my password field, &quot;required field&quot; appears twice. Do you know why this could be? Would love to get it figured out.

Dan</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I installed this alongside the popular JQuery Validation plugin and now I get repeated validation errors on my password field, &#8220;required field&#8221; appears twice. Do you know why this could be? Would love to get it figured out.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: le</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-1118</link>
		<dc:creator>le</dc:creator>
		<pubDate>Fri, 28 Aug 2009 04:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-1118</guid>
		<description>I dont like it. It didn&#039;t work..</description>
		<content:encoded><![CDATA[<p>I dont like it. It didn&#8217;t work..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Show password &#8211; Show or mask password checkbox &#8211; jQuery plugin &#124; Ajax Dump</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-1076</link>
		<dc:creator>Show password &#8211; Show or mask password checkbox &#8211; jQuery plugin &#124; Ajax Dump</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-1076</guid>
		<description>[...] Show password links: Demo &#124; Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Show password links: Demo | Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristoffer</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-1033</link>
		<dc:creator>Kristoffer</dc:creator>
		<pubDate>Wed, 05 Aug 2009 10:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-1033</guid>
		<description>Good point. Luckily, according to http://css-discuss.incutio.com/?page=ScreenreaderVisibility most screen readers understand the display: none; part of css, so it should be safe to do it this way.</description>
		<content:encoded><![CDATA[<p>Good point. Luckily, according to <a href="http://css-discuss.incutio.com/?page=ScreenreaderVisibility" rel="nofollow">http://css-discuss.incutio.com/?page=ScreenreaderVisibility</a> most screen readers understand the display: none; part of css, so it should be safe to do it this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Jones</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-1015</link>
		<dc:creator>Mark Jones</dc:creator>
		<pubDate>Thu, 30 Jul 2009 04:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-1015</guid>
		<description>@ Kristoffer

You make a good point about unobtrusiveness. However, adding the checkbox in JavaScript means the design has to reside therein. A better solution would be to have the checkbox input have a class that hides it using a method that keeps screen readers from viewing it (you have to be careful about precisely how you go about this). When show-password is called on it, it would remove this class.

This should prove better for a general purpose application, at least.</description>
		<content:encoded><![CDATA[<p>@ Kristoffer</p>
<p>You make a good point about unobtrusiveness. However, adding the checkbox in JavaScript means the design has to reside therein. A better solution would be to have the checkbox input have a class that hides it using a method that keeps screen readers from viewing it (you have to be careful about precisely how you go about this). When show-password is called on it, it would remove this class.</p>
<p>This should prove better for a general purpose application, at least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks for 15.07.2009 through 20.07.2009 - mafflog</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-967</link>
		<dc:creator>Bookmarks for 15.07.2009 through 20.07.2009 - mafflog</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-967</guid>
		<description>[...] Show password &#8211; Show or mask password checkbox Jquery plugin &#124; Unwrongest &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] Show password &#8211; Show or mask password checkbox Jquery plugin | Unwrongest &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristoffer</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-916</link>
		<dc:creator>Kristoffer</dc:creator>
		<pubDate>Sun, 12 Jul 2009 13:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-916</guid>
		<description>Hi Jan.
I like the idea of the plugin, however the checkbox should be added with jQuery itself to be unobtrusive to users with javascript disabled.</description>
		<content:encoded><![CDATA[<p>Hi Jan.<br />
I like the idea of the plugin, however the checkbox should be added with jQuery itself to be unobtrusive to users with javascript disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Jarfalk</title>
		<link>http://www.unwrongest.com/projects/show-password/comment-page-1/#comment-874</link>
		<dc:creator>Jan Jarfalk</dc:creator>
		<pubDate>Mon, 06 Jul 2009 04:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.unwrongest.com/?p=479#comment-874</guid>
		<description>You can&#039;t change type of an input in IE6 and IE7. So creating a clone is more or less the only way to go.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t change type of an input in IE6 and IE7. So creating a clone is more or less the only way to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
