<?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 11:35:30 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) unveil.js - a lightweight version of the \'lazy load\' plugin - digitalclubb</title>
      <link>https://snipplr.com/view/64615/unveiljs--a-lightweight-version-of-the-lazy-load-plugin</link>
      <description>&lt;p&gt;Via @lmgalmeida&#13;
&#13;
Usage:&#13;
&#13;
data-src="image.jpg" src="loader.gif"&#13;
&#13;
$("img").unveil();&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2012 20:20:36 UTC</pubDate>
      <guid>https://snipplr.com/view/64615/unveiljs--a-lightweight-version-of-the-lazy-load-plugin</guid>
    </item>
    <item>
      <title>(jQuery) Google Maps Multiple Markers - digitalclubb</title>
      <link>https://snipplr.com/view/63034/google-maps-multiple-markers</link>
      <description>&lt;p&gt;Multiple markers function for Google Maps API V3&lt;/p&gt;</description>
      <pubDate>Fri, 03 Feb 2012 21:16:09 UTC</pubDate>
      <guid>https://snipplr.com/view/63034/google-maps-multiple-markers</guid>
    </item>
    <item>
      <title>(PHP) PHP Currency Converter (Google Version) - digitalclubb</title>
      <link>https://snipplr.com/view/63018/php-currency-converter-google-version</link>
      <description>&lt;p&gt;PHP Currency converter function that uses Google&lt;/p&gt;</description>
      <pubDate>Fri, 03 Feb 2012 05:58:14 UTC</pubDate>
      <guid>https://snipplr.com/view/63018/php-currency-converter-google-version</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Accordion (1.7.1) - digitalclubb</title>
      <link>https://snipplr.com/view/62981/jquery-accordion-171</link>
      <description>&lt;p&gt;Simple jQuery accordion function for jQuery version 1.7.1 and above.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Feb 2012 23:27:47 UTC</pubDate>
      <guid>https://snipplr.com/view/62981/jquery-accordion-171</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Tabbed Element for multiple elements - digitalclubb</title>
      <link>https://snipplr.com/view/61901/jquery-tabbed-element-for-multiple-elements</link>
      <description>&lt;p&gt;A clean and simple jQuery function for creating a tabbed element. This one allows multiple tabbed elements on 1 page (which has been the downfall of so many others)&lt;/p&gt;</description>
      <pubDate>Thu, 15 Dec 2011 04:11:16 UTC</pubDate>
      <guid>https://snipplr.com/view/61901/jquery-tabbed-element-for-multiple-elements</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery setTimeout function - mouseenter/mouseleave - digitalclubb</title>
      <link>https://snipplr.com/view/60377/jquery-settimeout-function--mouseentermouseleave</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 31 Oct 2011 20:47:32 UTC</pubDate>
      <guid>https://snipplr.com/view/60377/jquery-settimeout-function--mouseentermouseleave</guid>
    </item>
    <item>
      <title>(PHP) WordPress Custom wp_list_pages output - digitalclubb</title>
      <link>https://snipplr.com/view/57852/wordpress-custom-wplistpages-output</link>
      <description>&lt;p&gt;Quick fix to tweak output for WordPress wp_list_pages()&lt;/p&gt;</description>
      <pubDate>Tue, 16 Aug 2011 06:20:11 UTC</pubDate>
      <guid>https://snipplr.com/view/57852/wordpress-custom-wplistpages-output</guid>
    </item>
    <item>
      <title>(MySQL) MySQL Create User for database - digitalclubb</title>
      <link>https://snipplr.com/view/55582/mysql-create-user-for-database</link>
      <description>&lt;p&gt;Snippet used to create users on databases&lt;/p&gt;</description>
      <pubDate>Wed, 22 Jun 2011 18:27:19 UTC</pubDate>
      <guid>https://snipplr.com/view/55582/mysql-create-user-for-database</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Tabbed Element - digitalclubb</title>
      <link>https://snipplr.com/view/52437/jquery-tabbed-element</link>
      <description>&lt;p&gt;jQuery Tabbed Element (CSS Not Included)&lt;/p&gt;</description>
      <pubDate>Fri, 22 Apr 2011 01:46:41 UTC</pubDate>
      <guid>https://snipplr.com/view/52437/jquery-tabbed-element</guid>
    </item>
    <item>
      <title>(jQuery) jQuery function to clear inputs - digitalclubb</title>
      <link>https://snipplr.com/view/45729/jquery-function-to-clear-inputs</link>
      <description>&lt;p&gt;Simply run the function when the document has loaded and specify setDefault to true.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Dec 2010 01:51:23 UTC</pubDate>
      <guid>https://snipplr.com/view/45729/jquery-function-to-clear-inputs</guid>
    </item>
    <item>
      <title>(jQuery) XHTML Strict Anchor jQuery Fix - digitalclubb</title>
      <link>https://snipplr.com/view/45679/xhtml-strict-anchor-jquery-fix</link>
      <description>&lt;p&gt;The most annoying thing I find working with the strict doctype is the inability to send users off to a site in a new window.&#13;
&#13;
To combat this, I always use the above snippet.&#13;
&#13;
Some people just stick the attribute on the anchors when the page loads, however for semi-accessibility, I think this works well.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Dec 2010 21:26:27 UTC</pubDate>
      <guid>https://snipplr.com/view/45679/xhtml-strict-anchor-jquery-fix</guid>
    </item>
    <item>
      <title>(jQuery) Extend jQuery is() function - digitalclubb</title>
      <link>https://snipplr.com/view/45678/extend-jquery-is-function</link>
      <description>&lt;p&gt;This extends jQuery.is() so now you can use if ($(element).is())&lt;/p&gt;</description>
      <pubDate>Mon, 13 Dec 2010 21:19:02 UTC</pubDate>
      <guid>https://snipplr.com/view/45678/extend-jquery-is-function</guid>
    </item>
    <item>
      <title>(jQuery) Create exists function in jQuery - digitalclubb</title>
      <link>https://snipplr.com/view/45677/create-exists-function-in-jquery</link>
      <description>&lt;p&gt;Great way to check if a node exists before running a piece of code.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Dec 2010 21:14:03 UTC</pubDate>
      <guid>https://snipplr.com/view/45677/create-exists-function-in-jquery</guid>
    </item>
  </channel>
</rss>
