<?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 10:58:29 +0000</lastBuildDate>
    <item>
      <title>(jQuery) jQuery Form Reset - frankyfish</title>
      <link>https://snipplr.com/view/29907/jquery-form-reset</link>
      <description>&lt;p&gt;Function to reset a complete form to there default value.&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:15:00 UTC</pubDate>
      <guid>https://snipplr.com/view/29907/jquery-form-reset</guid>
    </item>
    <item>
      <title>(jQuery) jQuery maxLength input - frankyfish</title>
      <link>https://snipplr.com/view/29906/jquery-maxlength-input</link>
      <description>&lt;p&gt;jQuery plugin that let you specify a maximum length on a text field and optionaly specify the change the focus when that maximum length has been reach. Nice when making multiple input text to create a telephone form.&#13;
Example: $("#telephone_1").maxLength(3, "#telephone_2");&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:13:40 UTC</pubDate>
      <guid>https://snipplr.com/view/29906/jquery-maxlength-input</guid>
    </item>
    <item>
      <title>(jQuery) jQuery RollOver plugin - frankyfish</title>
      <link>https://snipplr.com/view/29905/jquery-rollover-plugin</link>
      <description>&lt;p&gt;What it does is look for img tag and on rollover change the source path from "anyimage.jpg" to "anyimage_hover.jpg". It add the suffix "_hover" at the end of the src name without changing the extension. If you look at the code you will see that it also take the span tag. This is to support ie6 png image that has been transform by a pngfix.&#13;
Example: $("img.rollover").rollover();&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:09:25 UTC</pubDate>
      <guid>https://snipplr.com/view/29905/jquery-rollover-plugin</guid>
    </item>
  </channel>
</rss>
