<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nomad Journey &#187; snippet</title>
	<atom:link href="http://www.nomadjourney.com/tag/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomadjourney.com</link>
	<description>Django, Python, jQuery and whatever cool stuff I can think of</description>
	<lastBuildDate>Tue, 20 Apr 2010 03:51:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Go to top of page using jQuery</title>
		<link>http://www.nomadjourney.com/2009/09/go-to-top-of-page-using-jquery/</link>
		<comments>http://www.nomadjourney.com/2009/09/go-to-top-of-page-using-jquery/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 16:06:07 +0000</pubDate>
		<dc:creator>Nizam</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[scrollTop]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.nomadjourney.com/?p=254</guid>
		<description><![CDATA[This one liner jQuery snippet will force your browser to go to the top of your page:

$( &#039;html, body&#039; ).animate( { scrollTop: 0 }, 0 );

If you want to add some smooth scrolling:

$( &#039;html, body&#039; ).animate( { scrollTop: 0 }, &#039;slow&#039; );

]]></description>
		<wfw:commentRss>http://www.nomadjourney.com/2009/09/go-to-top-of-page-using-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
