<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - leobetosouza</title>
<link>http://snipplr.com/users/leobetosouza/language/jquery</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 08:16:26 GMT</pubDate>
<item>
<title>(jQuery) Create a dynamic \"Link to top of page\" with fade and positioned at some pixels of bottom when scrolls to this position</title>
<link>http://snipplr.com/view/58583/create-a-dynamic-link-to-top-of-page-with-fade-and-positioned-at-some-pixels-of-bottom-when-scrolls-to-this-position/</link>
<description><![CDATA[ <p>Changes 340px with the page footer height.

CSS:

#top_link{
	position:fixed;
	bottom:20px;
	right:50%;
	margin-right:-600px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/top.png) no-repeat 0 0;
	display:block;
	width:54px;
	height:54px;
}</p> ]]></description>
<pubDate>Sat, 10 Sep 2011 07:44:37 GMT</pubDate>
<guid>http://snipplr.com/view/58583/create-a-dynamic-link-to-top-of-page-with-fade-and-positioned-at-some-pixels-of-bottom-when-scrolls-to-this-position/</guid>
</item>
<item>
<title>(jQuery) Make rel  external links opens in a new window with jQuery, displaying it in the link title</title>
<link>http://snipplr.com/view/58113/make-rel--external-links-opens-in-a-new-window-with-jquery-displaying-it-in-the-link-title/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Aug 2011 04:44:42 GMT</pubDate>
<guid>http://snipplr.com/view/58113/make-rel--external-links-opens-in-a-new-window-with-jquery-displaying-it-in-the-link-title/</guid>
</item>
</channel>
</rss>