<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Setting Offset with jQuery</title>
	<atom:link href="http://manifestwebdesign.com/developer-resources/setting-offset-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://manifestwebdesign.com</link>
	<description>Beaverton Oregon Web Development</description>
	<lastBuildDate>Fri, 02 Apr 2010 17:38:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: admin</title>
		<link>http://manifestwebdesign.com/developer-resources/setting-offset-with-jquery/comment-page-1/#comment-91</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Jun 2009 18:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://manifestwebdesign.com/?page_id=257#comment-91</guid>
		<description>That is what the original jQuery.fn.offset() should already do.  See the &lt;a href=&quot;http://docs.jquery.com/CSS/offset&quot; rel=&quot;nofollow&quot;&gt;documentation for offset&lt;/a&gt; for details.

Example...

var offset = $(&#039;#myDiv&#039;).offset();

/*
 * result will be something like this...
 * var offset = { left: 300, top: 500}
 */</description>
		<content:encoded><![CDATA[<p>That is what the original jQuery.fn.offset() should already do.  See the <a href="http://docs.jquery.com/CSS/offset" rel="nofollow">documentation for offset</a> for details.</p>
<p>Example&#8230;</p>
<p>var offset = $(&#8216;#myDiv&#8217;).offset();</p>
<p>/*<br />
 * result will be something like this&#8230;<br />
 * var offset = { left: 300, top: 500}<br />
 */</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://manifestwebdesign.com/developer-resources/setting-offset-with-jquery/comment-page-1/#comment-90</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 04 Jun 2009 09:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://manifestwebdesign.com/?page_id=257#comment-90</guid>
		<description>Is there a way to find the coordinates of a div element using your script.
I want to store these in a cookie so when the browser reloads the page, it will remember the divs positions.</description>
		<content:encoded><![CDATA[<p>Is there a way to find the coordinates of a div element using your script.<br />
I want to store these in a cookie so when the browser reloads the page, it will remember the divs positions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

