<?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 16:15:37 +0000</lastBuildDate>
    <item>
      <title>(jQuery) create a new DOM element - TonyBentley</title>
      <link>https://snipplr.com/view/37967/create-a-new-dom-element</link>
      <description>&lt;p&gt;this is a shortcut that simplifies making a new dom element.&#13;
&#13;
$("#outerdiv").append(&#13;
    create("div").addClass("innerDiv").text("This is the inner div")&#13;
)&lt;/p&gt;</description>
      <pubDate>Wed, 28 Jul 2010 04:53:45 UTC</pubDate>
      <guid>https://snipplr.com/view/37967/create-a-new-dom-element</guid>
    </item>
    <item>
      <title>(jQuery) x-browser:hover - TonyBentley</title>
      <link>https://snipplr.com/view/37966/xbrowserhover</link>
      <description>&lt;p&gt;Pass in whatever class will apply the hover style;\r\n\r\n$(\"div.hover\").hovr(\"hoverHover\") \r\n\r\nwould act like a cross browser version of \r\ndiv.hover{color:blue} div.hover:hover{text-decoration:underline}\r\n\r\nwhich would be in css for the jquery plugin hovr:\r\n\r\ndiv.hover{color:blue}\r\n\r\ndiv.hoverHover{text-decoration:underline}&lt;/p&gt;</description>
      <pubDate>Wed, 28 Jul 2010 04:41:39 UTC</pubDate>
      <guid>https://snipplr.com/view/37966/xbrowserhover</guid>
    </item>
  </channel>
</rss>
