<?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: Password Support for Jeditable, a Cool jQuery Plugin</title>
	<atom:link href="http://codingrecipes.com/password-support-for-jeditable-jquery-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/password-support-for-jeditable-jquery-plugin</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 07:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: jEditable and password input type support</title>
		<link>http://codingrecipes.com/password-support-for-jeditable-jquery-plugin/comment-page-1#comment-36</link>
		<dc:creator>jEditable and password input type support</dc:creator>
		<pubDate>Mon, 01 Sep 2008 19:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=220#comment-36</guid>
		<description>[...] wrote a post earlier about how jEditable (a jQuery) plugin needed password support and the author of the plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote a post earlier about how jEditable (a jQuery) plugin needed password support and the author of the plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/password-support-for-jeditable-jquery-plugin/comment-page-1#comment-35</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Mon, 01 Sep 2008 19:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=220#comment-35</guid>
		<description>Thanks for the info, so are you going to add the it to the plugin?</description>
		<content:encoded><![CDATA[<p>Thanks for the info, so are you going to add the it to the plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mika Tuupola</title>
		<link>http://codingrecipes.com/password-support-for-jeditable-jquery-plugin/comment-page-1#comment-34</link>
		<dc:creator>Mika Tuupola</dc:creator>
		<pubDate>Mon, 01 Sep 2008 19:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=220#comment-34</guid>
		<description>You don&#039;t actually need to edit original Jeditable code. It has support for pluggable input types. You can just call:

$.editable.addInputType(&#039;password&#039;, {  ...  });

Better explanation and example here:

http://www.appelsiini.net/2007/8/custom-input-types
http://www.appelsiini.net/2008/4/autogrow-textarea-for-jeditable

But anyway good point about password type. I just never needed it myself. That is why it has not been added.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t actually need to edit original Jeditable code. It has support for pluggable input types. You can just call:</p>
<p>$.editable.addInputType(&#8216;password&#8217;, {  &#8230;  });</p>
<p>Better explanation and example here:</p>
<p><a href="http://www.appelsiini.net/2007/8/custom-input-types" rel="nofollow">http://www.appelsiini.net/2007/8/custom-input-types</a><br />
<a href="http://www.appelsiini.net/2008/4/autogrow-textarea-for-jeditable" rel="nofollow">http://www.appelsiini.net/2008/4/autogrow-textarea-for-jeditable</a></p>
<p>But anyway good point about password type. I just never needed it myself. That is why it has not been added.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

