<?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: .prevAll()</title>
	<atom:link href="http://api.jquery.com/prevAll/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/prevAll/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Fri, 19 Aug 2011 09:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Heitor Salazar Baldelli</title>
		<link>http://api.jquery.com/prevAll/comment-page-1/#comment-8067</link>
		<dc:creator>Heitor Salazar Baldelli</dc:creator>
		<pubDate>Thu, 06 May 2010 01:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=329#comment-8067</guid>
		<description>The jQuery object does not extend all native array functions, so you must revert explicity to have the inverse order.&lt;br&gt;&lt;br&gt;Array.prototype.reverse.call($([selector]).prevAll()); &lt;br&gt;&lt;br&gt;However the order returned is the expected order by the name of the method. As you should use the selected element as reference.</description>
		<content:encoded><![CDATA[<p>The jQuery object does not extend all native array functions, so you must revert explicity to have the inverse order.</p>
<p>Array.prototype.reverse.call($([selector]).prevAll()); </p>
<p>However the order returned is the expected order by the name of the method. As you should use the selected element as reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heitor</title>
		<link>http://api.jquery.com/prevAll/comment-page-1/#comment-3561</link>
		<dc:creator>Heitor</dc:creator>
		<pubDate>Wed, 05 May 2010 17:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=329#comment-3561</guid>
		<description>The jQuery object does not extend all native array functions, so you must revert explicity to have the inverse order.&lt;br&gt;Array.prototype.reverse.call($([selector]).prevAll());</description>
		<content:encoded><![CDATA[<p>The jQuery object does not extend all native array functions, so you must revert explicity to have the inverse order.<br />Array.prototype.reverse.call($([selector]).prevAll());</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://api.jquery.com/prevAll/comment-page-1/#comment-10822</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=329#comment-10822</guid>
		<description>It would be really cool if this order was documented (and guaranteed), and e.g. $(this).prevAll(&#039;selector&#039;).eq(0) documented as the way to get &quot;the last element previous to this which matches the selector&quot;, and likewise (but all swapped around) for next. Or is there some more elegant way to do that that I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>It would be really cool if this order was documented (and guaranteed), and e.g. $(this).prevAll(&#8216;selector&#8217;).eq(0) documented as the way to get &#8220;the last element previous to this which matches the selector&#8221;, and likewise (but all swapped around) for next. Or is there some more elegant way to do that that I&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hej</title>
		<link>http://api.jquery.com/prevAll/comment-page-1/#comment-1842</link>
		<dc:creator>Hej</dc:creator>
		<pubDate>Mon, 22 Mar 2010 22:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=329#comment-1842</guid>
		<description>&quot;Locate all the divs in front of the last div and give them a class&quot; should be &quot;Locate all the divs before/preceding the last div and give them a class&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;Locate all the divs in front of the last div and give them a class&#8221; should be &#8220;Locate all the divs before/preceding the last div and give them a class&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elod Csirmaz</title>
		<link>http://api.jquery.com/prevAll/comment-page-1/#comment-912</link>
		<dc:creator>Elod Csirmaz</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=329#comment-912</guid>
		<description>The order of prevAll elements: This is not documented here, but after some testing, it seems that they are in the reverse order. That is, $(this).prevAll().eq(0) is the element immediately preceding &#039;this&#039;.</description>
		<content:encoded><![CDATA[<p>The order of prevAll elements: This is not documented here, but after some testing, it seems that they are in the reverse order. That is, $(this).prevAll().eq(0) is the element immediately preceding &#39;this&#39;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

