<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 05:28:32 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Simple jQuery overlabel alternative - mikemetcalf</title>
      <link>https://snipplr.com/view/49706/simple-jquery-overlabel-alternative</link>
      <description>&lt;p&gt;Focus and keypress events determine when to hide, show, or dim a label.&#13;
&#13;
Use in tandem with the following HTML/CSS:&#13;
&#13;
&#13;
HTML&#13;
----&#13;
&#13;
	&lt;li&gt;&#13;
		&lt;label&gt;First Name&lt;/label&gt;&#13;
		&lt;input&gt;&#13;
	&lt;/li&gt;&#13;
&#13;
&#13;
CSS&#13;
----&#13;
&#13;
&#13;
	li {&#13;
		position: relative;&#13;
	}&#13;
&#13;
	label {&#13;
		position: absolute;&#13;
		top: 1px;&#13;
		left: 1px;&#13;
		cursor: text;&#13;
	}&lt;/p&gt;</description>
      <pubDate>Sat, 26 Feb 2011 03:35:57 UTC</pubDate>
      <guid>https://snipplr.com/view/49706/simple-jquery-overlabel-alternative</guid>
    </item>
    <item>
      <title>(jQuery) Active class on nav hover - mikemetcalf</title>
      <link>https://snipplr.com/view/22493/active-class-on-nav-hover</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 12:36:56 UTC</pubDate>
      <guid>https://snipplr.com/view/22493/active-class-on-nav-hover</guid>
    </item>
    <item>
      <title>(jQuery) Toggle more text - mikemetcalf</title>
      <link>https://snipplr.com/view/20560/toggle-more-text</link>
      <description>&lt;p&gt;Example markup:&#13;
&#13;
&amp;lt;p&amp;gt;This is the first part of the text &amp;lt;a class="toggle"&amp;gt;[+]&amp;lt;/a&amp;gt;&amp;lt;span&amp;gt;this part is hidden until clicking the toggle link.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&#13;
&#13;
The script will show and hide text when the toggle link is clicked. It also swaps out the + with the &amp;minus; when the the text is toggled.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Oct 2009 19:34:28 UTC</pubDate>
      <guid>https://snipplr.com/view/20560/toggle-more-text</guid>
    </item>
    <item>
      <title>(jQuery) Simple jQuery image hover replacement - mikemetcalf</title>
      <link>https://snipplr.com/view/19933/simple-jquery-image-hover-replacement</link>
      <description>&lt;p&gt;Add a "rollover" class and hover="img/src-hover.jpg" to the image in question.&lt;/p&gt;</description>
      <pubDate>Fri, 18 Sep 2009 23:39:43 UTC</pubDate>
      <guid>https://snipplr.com/view/19933/simple-jquery-image-hover-replacement</guid>
    </item>
  </channel>
</rss>
