<?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>Tue, 09 Jun 2026 12:08:50 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) jQuery \"Check All\" - dnnsldr</title>
      <link>https://snipplr.com/view/66862/jquery-check-all</link>
      <description>&lt;p&gt;How does it work?&#13;
&#13;
This code checks/unchecks all checkboxes within the same fieldset. Simple and semantic.&#13;
HTML Setup&#13;
&#13;
Add checkboxes however you like, just make sure they are within the same fieldset.&#13;
&#13;
&lt;fieldset&gt;&#13;
    &lt;!--&gt;&#13;
    &lt;div&gt;&lt;input&gt; Check all&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
&lt;/fieldset&gt;&#13;
&lt;fieldset&gt;&#13;
    &lt;!--&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
&lt;/fieldset&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2012 01:27:07 UTC</pubDate>
      <guid>https://snipplr.com/view/66862/jquery-check-all</guid>
    </item>
    <item>
      <title>(JavaScript) Fading out a div after set time with jQuery - dnnsldr</title>
      <link>https://snipplr.com/view/66861/fading-out-a-div-after-set-time-with-jquery</link>
      <description>&lt;p&gt;Hereâ€™s a handy bit of code that I use quite regularly, its particularly useful if your getting a response message from a form to notify the user that there data was sent, or comunicate an error and you want to fade the message out after a set time.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2012 01:22:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66861/fading-out-a-div-after-set-time-with-jquery</guid>
    </item>
    <item>
      <title>(JavaScript) Change URL without refreshing - dnnsldr</title>
      <link>https://snipplr.com/view/66836/change-url-without-refreshing</link>
      <description>&lt;p&gt;//You cannot change the whole url without redirecting, what you can do instead is change the hash.&#13;
&#13;
//The hash is the part of the url that goes after the # symbol. &#13;
//That was initially intended to direct you (locally) to sections of your HTML document, but you can read and modify it through javascript to use it somewhat like a global variable.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Aug 2012 02:05:07 UTC</pubDate>
      <guid>https://snipplr.com/view/66836/change-url-without-refreshing</guid>
    </item>
  </channel>
</rss>
