<?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 Placeholder Fallback</title>
	<atom:link href="https://rommelsantor.com/clog/2011/08/01/jquery-placeholder-fallback/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog/2011/08/01/jquery-placeholder-fallback/</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/08/01/jquery-placeholder-fallback/comment-page-1/#comment-17379</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Fri, 24 Feb 2012 14:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=209#comment-17379</guid>
		<description><![CDATA[Hi Paul- Thanks for pointing out this issue. I&#039;m kind of surprised I overlooked that obvious requirement. I&#039;ve added a fix to the code above. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Paul- Thanks for pointing out this issue. I&#8217;m kind of surprised I overlooked that obvious requirement. I&#8217;ve added a fix to the code above. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>https://rommelsantor.com/clog/2011/08/01/jquery-placeholder-fallback/comment-page-1/#comment-17377</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Fri, 24 Feb 2012 13:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=209#comment-17377</guid>
		<description><![CDATA[sorry, already figured it out. for anyone else interested:

add:

if ($ip.val() != &quot;&quot;) { $sp.hide(); } 

right before the line with comment:
// if the input is starting out hidden, hide the placeholder]]></description>
		<content:encoded><![CDATA[<p>sorry, already figured it out. for anyone else interested:</p>
<p>add:</p>
<p>if ($ip.val() != &#8220;&#8221;) { $sp.hide(); } </p>
<p>right before the line with comment:<br />
// if the input is starting out hidden, hide the placeholder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>https://rommelsantor.com/clog/2011/08/01/jquery-placeholder-fallback/comment-page-1/#comment-17376</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Fri, 24 Feb 2012 13:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=209#comment-17376</guid>
		<description><![CDATA[I&#039;m using this in a .net application. on postback the input already has text in it, but your  label still shows too. how can I adjust your above code to first test to see if the input has a value, and if so, don&#039;t show the placeholder label?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using this in a .net application. on postback the input already has text in it, but your  label still shows too. how can I adjust your above code to first test to see if the input has a value, and if so, don&#8217;t show the placeholder label?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/08/01/jquery-placeholder-fallback/comment-page-1/#comment-10908</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 23:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=209#comment-10908</guid>
		<description><![CDATA[Do you happen to have an example of this in action? I&#039;ve tested in IE7, IE8, and IE9, but have not been able to replicate the issue you described.

Thanks for the feedback.]]></description>
		<content:encoded><![CDATA[<p>Do you happen to have an example of this in action? I&#8217;ve tested in IE7, IE8, and IE9, but have not been able to replicate the issue you described.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niceoutput</title>
		<link>https://rommelsantor.com/clog/2011/08/01/jquery-placeholder-fallback/comment-page-1/#comment-10907</link>
		<dc:creator><![CDATA[Niceoutput]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 22:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=209#comment-10907</guid>
		<description><![CDATA[This solution unfortunately causes extra vertical space in the html document in all ie versions. works well in ff, safari, chrome and opera, but not in ie.]]></description>
		<content:encoded><![CDATA[<p>This solution unfortunately causes extra vertical space in the html document in all ie versions. works well in ff, safari, chrome and opera, but not in ie.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
