<?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: Default Form Values with jQuery</title>
	<atom:link href="http://www.ultramegatech.com/2009/10/default-form-values-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/2009/10/default-form-values-jquery/</link>
	<description>Web development blog</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:45:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: erickci</title>
		<link>http://www.ultramegatech.com/2009/10/default-form-values-jquery/comment-page-1/#comment-1927</link>
		<dc:creator>erickci</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=692#comment-1927</guid>
		<description>Hi, You should use .prop(&#039;defaultValue&#039;) instead of .attr(&#039;defaultValue&#039;) or it will not works in latest jquery version</description>
		<content:encoded><![CDATA[<p>Hi, You should use .prop(&#8216;defaultValue&#8217;) instead of .attr(&#8216;defaultValue&#8217;) or it will not works in latest jquery version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lexicon</title>
		<link>http://www.ultramegatech.com/2009/10/default-form-values-jquery/comment-page-1/#comment-1917</link>
		<dc:creator>Lexicon</dc:creator>
		<pubDate>Tue, 15 Nov 2011 13:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=692#comment-1917</guid>
		<description>$(this)[0].defaultValue = &#039;Search...&#039;
// ...

$(this).val($(this)[0].defaultValue);</description>
		<content:encoded><![CDATA[<p>$(this)[0].defaultValue = &#8216;Search&#8230;&#8217;<br />
// &#8230;</p>
<p>$(this).val($(this)[0].defaultValue);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.ultramegatech.com/2009/10/default-form-values-jquery/comment-page-1/#comment-414</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 01 Nov 2009 01:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=692#comment-414</guid>
		<description>Thanks, I&#039;m still new to Javascript and jQuery so I was so frustrated with my forms to manually change the values. This snippet is just what I need!</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;m still new to Javascript and jQuery so I was so frustrated with my forms to manually change the values. This snippet is just what I need!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

