<?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: Semantic in-field input label with jQuery</title>
	<atom:link href="http://www.dwightjack.com/diary/2008/12/24/semantic-in-field-input-label-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dwightjack.com/diary/2008/12/24/semantic-in-field-input-label-with-jquery/</link>
	<description>Diary of music, design and code</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:36:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Colin</title>
		<link>http://www.dwightjack.com/diary/2008/12/24/semantic-in-field-input-label-with-jquery/comment-page-1/#comment-460</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=25#comment-460</guid>
		<description>I&#039;ve updated the code to support multiple inputs. It also supports password fields by cloning the object.

You can get the code here: http://breezyfaq.com/js/jquery/inputlabel.js</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the code to support multiple inputs. It also supports password fields by cloning the object.</p>
<p>You can get the code here: <a href="http://breezyfaq.com/js/jquery/inputlabel.js" rel="nofollow">http://breezyfaq.com/js/jquery/inputlabel.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwight Jack</title>
		<link>http://www.dwightjack.com/diary/2008/12/24/semantic-in-field-input-label-with-jquery/comment-page-1/#comment-455</link>
		<dc:creator>Dwight Jack</dc:creator>
		<pubDate>Sun, 17 Jan 2010 17:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=25#comment-455</guid>
		<description>Ehy yeah cool hint :)
Since jQuery 1.4 has been released lately and the rise of the new &lt;code&gt;placeholder&lt;/code&gt; attribute in HTML5, i think i&#039;ll be able to release a new version adding your hint too.

Thanx for ur feedback!</description>
		<content:encoded><![CDATA[<p>Ehy yeah cool hint <img src='http://www.dwightjack.com/diary/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Since jQuery 1.4 has been released lately and the rise of the new <code>placeholder</code> attribute in HTML5, i think i&#8217;ll be able to release a new version adding your hint too.</p>
<p>Thanx for ur feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.dwightjack.com/diary/2008/12/24/semantic-in-field-input-label-with-jquery/comment-page-1/#comment-452</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=25#comment-452</guid>
		<description>Hey I used the and really liked it. I wanted to be able to use it on whole forms and not individual text inputs so I changed innerText to be an array that is indexed by the id of each text field. That way I can call it like
&lt;code&gt;
$(&#039;#myForm input.text&#039;).inputLabel();
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey I used the and really liked it. I wanted to be able to use it on whole forms and not individual text inputs so I changed innerText to be an array that is indexed by the id of each text field. That way I can call it like<br />
<code><br />
$('#myForm input.text').inputLabel();<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwight Jack</title>
		<link>http://www.dwightjack.com/diary/2008/12/24/semantic-in-field-input-label-with-jquery/comment-page-1/#comment-268</link>
		<dc:creator>Dwight Jack</dc:creator>
		<pubDate>Thu, 23 Jul 2009 21:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=25#comment-268</guid>
		<description>Thanx, i know the password input issue.
Im planning a second version with some refactoring and new features, including this. 
Since now i can say that switching from password to text input type isn&#039;t possible on IE, but have to check it deeper.</description>
		<content:encoded><![CDATA[<p>Thanx, i know the password input issue.<br />
Im planning a second version with some refactoring and new features, including this.<br />
Since now i can say that switching from password to text input type isn&#8217;t possible on IE, but have to check it deeper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.dwightjack.com/diary/2008/12/24/semantic-in-field-input-label-with-jquery/comment-page-1/#comment-267</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 21 Jul 2009 20:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=25#comment-267</guid>
		<description>Work well but need some modifications for password input...it just show dots!</description>
		<content:encoded><![CDATA[<p>Work well but need some modifications for password input&#8230;it just show dots!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
