<?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 12:15:13 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Execute something if over something after X seconds - pedromagalhaes</title>
      <link>https://snipplr.com/view/52311/execute-something-if-over-something-after-x-seconds</link>
      <description>&lt;p&gt;I created this snippet for a personal project, where i needed to open a tooltip only when the user was over or moving the mouse after X seconds in a specific selector.&#13;
In the code you will find "your code goes here" where you can play around like showing or hiding divs, or whatever are your needs.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Apr 2011 21:04:34 UTC</pubDate>
      <guid>https://snipplr.com/view/52311/execute-something-if-over-something-after-x-seconds</guid>
    </item>
    <item>
      <title>(jQuery) Hide unwanted html that came from javascript editors (like tinymce, etc.) - pedromagalhaes</title>
      <link>https://snipplr.com/view/49517/hide-unwanted-html-that-came-from-javascript-editors-like-tinymce-etc</link>
      <description>&lt;p&gt;This simple snippet let's you hide unwanted strings inside paragraphs. &#13;
I use this for text that come from javascript editors like tinymce.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 20:33:33 UTC</pubDate>
      <guid>https://snipplr.com/view/49517/hide-unwanted-html-that-came-from-javascript-editors-like-tinymce-etc</guid>
    </item>
    <item>
      <title>(jQuery) Avoid in Internet Explorer the slow cÃºfon font replacement - pedromagalhaes</title>
      <link>https://snipplr.com/view/49473/avoid-in-internet-explorer-the-slow-cfon-font-replacement</link>
      <description>&lt;p&gt;This is a simple trick. You have the paragraphs with cufon in a class named ".cufon".&#13;
Than, is CSS, say .cufon{display:none}&#13;
When the DOM is loaded add to the .cufon class, the css property "display:block"&#13;
You won't notice a thing in Mozilla, Chrome, Safari or Opera, and in IE it will make a hug difference....&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 06:41:26 UTC</pubDate>
      <guid>https://snipplr.com/view/49473/avoid-in-internet-explorer-the-slow-cfon-font-replacement</guid>
    </item>
    <item>
      <title>(jQuery) Font Resize with Line-Height and limited Clicks - pedromagalhaes</title>
      <link>https://snipplr.com/view/49472/font-resize-with-lineheight-and-limited-clicks</link>
      <description>&lt;p&gt;Let's you select the classes and apply the resize and line-height.&#13;
&#13;
In the example:&#13;
a.zoom is the link who will trigger the function, and .div is text target&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 06:36:31 UTC</pubDate>
      <guid>https://snipplr.com/view/49472/font-resize-with-lineheight-and-limited-clicks</guid>
    </item>
    <item>
      <title>(jQuery) Simple Print Button - pedromagalhaes</title>
      <link>https://snipplr.com/view/49468/simple-print-button</link>
      <description>&lt;p&gt;Just a simple snippet to print the page. Add the class where you need.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 05:12:18 UTC</pubDate>
      <guid>https://snipplr.com/view/49468/simple-print-button</guid>
    </item>
    <item>
      <title>(jQuery) Change Attribute Values for Links - pedromagalhaes</title>
      <link>https://snipplr.com/view/49467/change-attribute-values-for-links</link>
      <description>&lt;p&gt;If you wish to change attributes in a link you can make use of this snippet.&#13;
For example, you can add "name", "id", "class", "target", etc.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 05:09:40 UTC</pubDate>
      <guid>https://snipplr.com/view/49467/change-attribute-values-for-links</guid>
    </item>
    <item>
      <title>(jQuery) Simple History Back Button - pedromagalhaes</title>
      <link>https://snipplr.com/view/49466/simple-history-back-button</link>
      <description>&lt;p&gt;Just a simple back button. The result is equal as if you clicked on the back browser button.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 05:06:36 UTC</pubDate>
      <guid>https://snipplr.com/view/49466/simple-history-back-button</guid>
    </item>
    <item>
      <title>(jQuery) Style elements, give classes, clear floats and add separators (for rows and columns) - pedromagalhaes</title>
      <link>https://snipplr.com/view/49449/style-elements-give-classes-clear-floats-and-add-separators-for-rows-and-columns</link>
      <description>&lt;p&gt;Call the function like this:&#13;
&#13;
getChild('.div ul li',4,'newclass',1,1);&#13;
&#13;
Explain: Get all the li's, on every 4 add "newclass", plus, i want a ".clear" and ".seperator" div (to clear the floats and style the separator properly)&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 02:53:19 UTC</pubDate>
      <guid>https://snipplr.com/view/49449/style-elements-give-classes-clear-floats-and-add-separators-for-rows-and-columns</guid>
    </item>
    <item>
      <title>(jQuery) Zebra Table / Zebra Lists - pedromagalhaes</title>
      <link>https://snipplr.com/view/49448/zebra-table--zebra-lists</link>
      <description>&lt;p&gt;This little snippet adds css classes for odd and even, &#13;
in a way you can style each element.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 02:46:09 UTC</pubDate>
      <guid>https://snipplr.com/view/49448/zebra-table--zebra-lists</guid>
    </item>
  </channel>
</rss>
