<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Simple click clear restore form label'</title>
    <description>Snipplr comments feed</description>
    <link>https://ipv6.snipplr.com/</link>
    <lastBuildDate>Thu, 23 Apr 2026 01:06:00 +0000</lastBuildDate>
    <item>
      <title>davebowker said on 04/Nov/2010</title>
      <link>https://ipv6.snipplr.com/view/43492/simple-click-clear-restore-form-label</link>
      <description>&lt;p&gt;$('input:text, textarea').each(function() {&#13;
		if ($(this).val() !== '') {&#13;
			$(this).parents('div.c-wrap').find('label').hide();&#13;
			//$('body').prepend($(this).val());&#13;
		} else {&#13;
			//$('body').prepend($(this).val());&#13;
		}&#13;
	});&#13;
	$('input:text, textarea').focus(function() {&#13;
		$(this).parents('div.c-wrap').find('label').hide();&#13;
	});&#13;
	$('input:text, textarea').blur(function() {&#13;
		if ($(this).val() == '') {&#13;
			$(this).parents('div.c-wrap').find('label').show();&#13;
		}&#13;
	});&lt;/p&gt;</description>
      <pubDate>Thu, 04 Nov 2010 00:12:11 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/43492/simple-click-clear-restore-form-label</guid>
    </item>
    <item>
      <title>MeganCarol302 said on 22/Sep/2022</title>
      <link>https://ipv6.snipplr.com/view/43492/simple-click-clear-restore-form-label</link>
      <description>&lt;p&gt;Hey enormous stuff or pleasant information you are offering here.	&lt;a href="https://designzen.medium.com/how-to-develop-a-visual-brand-identity-b33eb6facf41"&gt;professional website bUIlding companies&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:58:05 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/43492/simple-click-clear-restore-form-label</guid>
    </item>
  </channel>
</rss>
