<?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 plugin: clearField</title>
	<atom:link href="http://labs.thesedays.com/2009/08/02/jquery-plugin-clearfield/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.thesedays.com/2009/08/02/jquery-plugin-clearfield/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 12:14:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: donotfold</title>
		<link>http://labs.thesedays.com/2009/08/02/jquery-plugin-clearfield/comment-page-1/#comment-336</link>
		<dc:creator>donotfold</dc:creator>
		<pubDate>Thu, 22 Oct 2009 07:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://labs.thesedays.com/?p=101#comment-336</guid>
		<description>In my opinion it&#039;s much simpler to use the plugin because I get the same result in one line of code instead of two and even more, because if you blur the field, the original value will be back. But sure, you have a point. The power of jQuery is that you have many options to get the same result. Tnx for the comment!</description>
		<content:encoded><![CDATA[<p>In my opinion it&#8217;s much simpler to use the plugin because I get the same result in one line of code instead of two and even more, because if you blur the field, the original value will be back. But sure, you have a point. The power of jQuery is that you have many options to get the same result. Tnx for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://labs.thesedays.com/2009/08/02/jquery-plugin-clearfield/comment-page-1/#comment-333</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://labs.thesedays.com/?p=101#comment-333</guid>
		<description>sorry, the form field should be: &lt;input type=&quot;text&quot; name=&quot;emailAddress&quot; id=&quot;emailAddress&quot; value=&quot;Enter your email address&quot;&gt;</description>
		<content:encoded><![CDATA[<p>sorry, the form field should be: &lt;input type=&#8221;text&#8221; name=&#8221;emailAddress&#8221; id=&#8221;emailAddress&#8221; value=&#8221;Enter your email address&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://labs.thesedays.com/2009/08/02/jquery-plugin-clearfield/comment-page-1/#comment-332</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://labs.thesedays.com/?p=101#comment-332</guid>
		<description>Nothing against your code here, just curious why anyone would need a plugin for this. You can do the same thing with 2 lines of &quot;straight&quot; jQuery:

$(&#039;#emailAddress&#039;).focus(function(){$(this).css(&#039;color&#039;, &#039;#000&#039;).val(&#039;&#039;);});
$(&#039;#emailAddress&#039;).blur(function(){$(this).css(&#039;color&#039;, &#039;#999&#039;);});

form field: </description>
		<content:encoded><![CDATA[<p>Nothing against your code here, just curious why anyone would need a plugin for this. You can do the same thing with 2 lines of &#8220;straight&#8221; jQuery:</p>
<p>$(&#8216;#emailAddress&#8217;).focus(function(){$(this).css(&#8216;color&#8217;, &#8216;#000&#8242;).val(&#8221;);});<br />
$(&#8216;#emailAddress&#8217;).blur(function(){$(this).css(&#8216;color&#8217;, &#8216;#999&#8242;);});</p>
<p>form field:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
