<?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: jQuery Inline Edit tutorial</title>
	<atom:link href="http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/</link>
	<description>"In building standards compliant sites we are creating a better Web for the future."</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:04:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-2/#comment-12725</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Thu, 29 Jul 2010 11:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12725</guid>
		<description>@tim: you&#039;re completely correct. I&#039;ll look at making this keyboard-friendly!

@igor: thanks for the bug report!</description>
		<content:encoded><![CDATA[<p>@tim: you&#8217;re completely correct. I&#8217;ll look at making this keyboard-friendly!</p>
<p>@igor: thanks for the bug report!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igor</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-2/#comment-12723</link>
		<dc:creator>igor</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12723</guid>
		<description>A little bug in plugin was found.

... self.html(&#039;&lt;input type=&quot;text&quot; value=&quot;&#039;+ self.value() +&#039;...

this code doesn&#039;t works if self.value() contains &quot; (double quotation mark).

Can be fixed using attr() method for setting input value:

self.find(&#039;input&#039;).attr(&#039;value&#039;, self.value())</description>
		<content:encoded><![CDATA[<p>A little bug in plugin was found.</p>
<p>&#8230; self.html(&#8216;&lt;input type=&quot;text&quot; value=&quot;&#039;+ self.value() +&#039;&#8230;</p>
<p>this code doesn&#039;t works if self.value() contains &quot; (double quotation mark).</p>
<p>Can be fixed using attr() method for setting input value:</p>
<p>self.find(&#039;input&#039;).attr(&#039;value&#039;, self.value())</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Beadle</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-2/#comment-12714</link>
		<dc:creator>Tim Beadle</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12714</guid>
		<description>Hi,

This is a great plugin, but only seems to work with mouse interaction (unless I&#039;m missing something!).

When the enter key is pressed while the input box is enabled, the whole form is submitted; if you tab to focus the &quot;save&quot; button, the edits are discarded because the input field lost focus.

Any ideas for making this keyboard-friendly?

Thanks,

Tim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a great plugin, but only seems to work with mouse interaction (unless I&#8217;m missing something!).</p>
<p>When the enter key is pressed while the input box is enabled, the whole form is submitted; if you tab to focus the &#8220;save&#8221; button, the edits are discarded because the input field lost focus.</p>
<p>Any ideas for making this keyboard-friendly?</p>
<p>Thanks,</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-1/#comment-12482</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Thu, 17 Jun 2010 06:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12482</guid>
		<description>@jeff: afaik, French characters should be supported. I could look into this if you put related code on jsbin.com that demonstrates this issue.</description>
		<content:encoded><![CDATA[<p>@jeff: afaik, French characters should be supported. I could look into this if you put related code on jsbin.com that demonstrates this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Rose</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-1/#comment-12479</link>
		<dc:creator>Jeff Rose</dc:creator>
		<pubDate>Wed, 16 Jun 2010 21:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12479</guid>
		<description>Just curious if anyone knows why this would have issues with French characters? When I display certain French text on the page, I get an uncaught exception from Javascript and everything fails.

Looking for suggestions. I can&#039;t share my actual page as it&#039;s in a corporate dev environment.</description>
		<content:encoded><![CDATA[<p>Just curious if anyone knows why this would have issues with French characters? When I display certain French text on the page, I get an uncaught exception from Javascript and everything fails.</p>
<p>Looking for suggestions. I can&#8217;t share my actual page as it&#8217;s in a corporate dev environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-1/#comment-12402</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Fri, 04 Jun 2010 03:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12402</guid>
		<description>@jason: don&#039;t fully understand what you&#039;re trying to do with .load() and .inlineEdit(). Could you put something on jsbin?</description>
		<content:encoded><![CDATA[<p>@jason: don&#8217;t fully understand what you&#8217;re trying to do with .load() and .inlineEdit(). Could you put something on jsbin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-1/#comment-12400</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 03 Jun 2010 22:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12400</guid>
		<description>i am using .load() to load in results into a div, but this doesn&#039;t seem to work on those results. if i copy the same html i am outputting and place it directly in the page, it works fine. any ideas to what i may be doing wrong? thanks.</description>
		<content:encoded><![CDATA[<p>i am using .load() to load in results into a div, but this doesn&#8217;t seem to work on those results. if i copy the same html i am outputting and place it directly in the page, it works fine. any ideas to what i may be doing wrong? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-1/#comment-12399</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 03 Jun 2010 22:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-12399</guid>
		<description>in case anyone wants to use a textarea instead of input, just change to add control: &#039;textarea&#039; in options. 


$(function() {
  $(&#039;.editable&#039;).inlineEdit({
    buttonText: &#039;Add&#039;, control: &#039;textarea&#039;, 
    save: function(e, data) {
      return confirm(&#039;Change name to &#039;+ data.value +&#039;?&#039;);
    }
  });
});</description>
		<content:encoded><![CDATA[<p>in case anyone wants to use a textarea instead of input, just change to add control: &#8216;textarea&#8217; in options. </p>
<p>$(function() {<br />
  $(&#8216;.editable&#8217;).inlineEdit({<br />
    buttonText: &#8216;Add&#8217;, control: &#8216;textarea&#8217;,<br />
    save: function(e, data) {<br />
      return confirm(&#8216;Change name to &#8216;+ data.value +&#8217;?');<br />
    }<br />
  });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-1/#comment-11497</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-11497</guid>
		<description>Hi,

First I would like to thank you for a great script.

I am having some difficulties with certain characters.
You should be able to replicate the bug if you go to your demo (http://yelotofu.com/labs/jquery/snippets/inlineEdit/demo_final.html) and type a smiley, for example :), and then click on save.
When I do that I get:

uncaught exception: Syntax error, unrecognized expression: :)

Any ideas?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First I would like to thank you for a great script.</p>
<p>I am having some difficulties with certain characters.<br />
You should be able to replicate the bug if you go to your demo (<a href="http://yelotofu.com/labs/jquery/snippets/inlineEdit/demo_final.html" rel="nofollow">http://yelotofu.com/labs/jquery/snippets/inlineEdit/demo_final.html</a>) and type a smiley, for example <img src='http://yelotofu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , and then click on save.<br />
When I do that I get:</p>
<p>uncaught exception: Syntax error, unrecognized expression: <img src='http://yelotofu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any ideas?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffery</title>
		<link>http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/comment-page-1/#comment-11377</link>
		<dc:creator>jeffery</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=469#comment-11377</guid>
		<description>hai, this seems to be a very good replacement for jeditable plugin.....but i need to apply validations for the editable fields.....is it posiible to do this here....

cuz am not just getting it right to work with validations and edit together...

can just show any sample codes of how to implement it.... it would be a great help....</description>
		<content:encoded><![CDATA[<p>hai, this seems to be a very good replacement for jeditable plugin&#8230;..but i need to apply validations for the editable fields&#8230;..is it posiible to do this here&#8230;.</p>
<p>cuz am not just getting it right to work with validations and edit together&#8230;</p>
<p>can just show any sample codes of how to implement it&#8230;. it would be a great help&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
