<?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</title>
	<atom:link href="http://atomized.org/2006/01/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://atomized.org/2006/01/jquery/</link>
	<description>Fragmenting reality.</description>
	<pubDate>Tue, 06 Jan 2009 07:48:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: John Resig</title>
		<link>http://atomized.org/2006/01/jquery/#comment-741</link>
		<dc:creator>John Resig</dc:creator>
		<pubDate>Sat, 04 Feb 2006 22:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/2006/01/jquery/#comment-741</guid>
		<description>Thanks for the great feedback!

I imagine that the reason @class="foo" doesn't work is that IE doesn't allow for access to class using the 'class' name. I think you have to use @className='foo' exclusively. Generally speaking, it's better to leave the class stuff to the CSS syntax.

The way to return an Array of the matched elements is by using the get() method, for example:
  $("div p").get();
Some more info on that function, and similar, can be found here: &lt;a href="http://jquery.com/docs/BaseIterator/" rel="nofollow"&gt;jQuery Base Iterators&lt;/a&gt;.

(btw, it's good to see another film and Depeche Mode fan)</description>
		<content:encoded><![CDATA[<p>Thanks for the great feedback!</p>
<p>I imagine that the reason @class=&#8221;foo&#8221; doesn&#8217;t work is that IE doesn&#8217;t allow for access to class using the &#8216;class&#8217; name. I think you have to use @className=&#8217;foo&#8217; exclusively. Generally speaking, it&#8217;s better to leave the class stuff to the CSS syntax.</p>
<p>The way to return an Array of the matched elements is by using the get() method, for example:<br />
  $(&#8221;div p&#8221;).get();<br />
Some more info on that function, and similar, can be found here: <a href="http://jquery.com/docs/BaseIterator/" rel="nofollow">jQuery Base Iterators</a>.</p>
<p>(btw, it&#8217;s good to see another film and Depeche Mode fan)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
