<?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"
	>
<channel>
	<title>Comments on: JQuery: Test if two jQuery objects point to the same HTML Element</title>
	<atom:link href="http://www.bitsandpix.com/entry/jquery-test-if-two-jquery-objects-point-to-the-same-html-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitsandpix.com/entry/jquery-test-if-two-jquery-objects-point-to-the-same-html-element/</link>
	<description>No Buzz, just Code, Design, and Sys-Admin stuff.</description>
	<pubDate>Sat, 19 May 2012 02:51:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Lathan</title>
		<link>http://www.bitsandpix.com/entry/jquery-test-if-two-jquery-objects-point-to-the-same-html-element/#comment-16311</link>
		<dc:creator>Lathan</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=483#comment-16311</guid>
		<description>The .get() method works, but there are alternatives:

var object = $('.someClass');

object.get(0) == object[0]

The .get is also useful for returning a list of htmlElements
object.get() == [ [object HTMLDiv], [object HTMLDiv], ...];</description>
		<content:encoded><![CDATA[<p>The .get() method works, but there are alternatives:</p>
<p>var object = $(&#8217;.someClass&#8217;);</p>
<p>object.get(0) == object[0]</p>
<p>The .get is also useful for returning a list of htmlElements<br />
object.get() == [ [object HTMLDiv], [object HTMLDiv], &#8230;];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zimscoop</title>
		<link>http://www.bitsandpix.com/entry/jquery-test-if-two-jquery-objects-point-to-the-same-html-element/#comment-11924</link>
		<dc:creator>Zimscoop</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=483#comment-11924</guid>
		<description>Thank you. This article helped me a lot. I especially like the difference between 'get' and 'eq'.</description>
		<content:encoded><![CDATA[<p>Thank you. This article helped me a lot. I especially like the difference between &#8216;get&#8217; and &#8216;eq&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: v</title>
		<link>http://www.bitsandpix.com/entry/jquery-test-if-two-jquery-objects-point-to-the-same-html-element/#comment-9741</link>
		<dc:creator>v</dc:creator>
		<pubDate>Wed, 05 May 2010 23:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=483#comment-9741</guid>
		<description>thank you, your solutions helped with an annoyance.</description>
		<content:encoded><![CDATA[<p>thank you, your solutions helped with an annoyance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremychone</title>
		<link>http://www.bitsandpix.com/entry/jquery-test-if-two-jquery-objects-point-to-the-same-html-element/#comment-4567</link>
		<dc:creator>jeremychone</dc:creator>
		<pubDate>Thu, 12 Nov 2009 00:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=483#comment-4567</guid>
		<description>@alex, get(.) get the DOM Element, eq() get the JQuery object.

http://docs.jquery.com/Core/eq

http://docs.jquery.com/Core/get</description>
		<content:encoded><![CDATA[<p>@alex, get(.) get the DOM Element, eq() get the JQuery object.</p>
<p><a href="http://docs.jquery.com/Core/eq">http://docs.jquery.com/Core/eq</a></p>
<p><a href="http://docs.jquery.com/Core/get">http://docs.jquery.com/Core/get</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.bitsandpix.com/entry/jquery-test-if-two-jquery-objects-point-to-the-same-html-element/#comment-3771</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=483#comment-3771</guid>
		<description>Is there a get() method in jQuery? I thought you used eq() to do that.

Shows what I know!</description>
		<content:encoded><![CDATA[<p>Is there a get() method in jQuery? I thought you used eq() to do that.</p>
<p>Shows what I know!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

