<?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: .siblings()</title>
	<atom:link href="http://api.jquery.com/siblings/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/siblings/</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: Tenacious[B]</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8457</link>
		<dc:creator>Tenacious[B]</dc:creator>
		<pubDate>Thu, 20 Jan 2011 01:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8457</guid>
		<description>True, however .length in javascript starts at 1, not zero.</description>
		<content:encoded><![CDATA[<p>True, however .length in javascript starts at 1, not zero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knoxy</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8374</link>
		<dc:creator>knoxy</dc:creator>
		<pubDate>Sun, 16 Jan 2011 11:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8374</guid>
		<description>counting starts at 0 in javascript</description>
		<content:encoded><![CDATA[<p>counting starts at 0 in javascript</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomB</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8140</link>
		<dc:creator>TomB</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8140</guid>
		<description>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.&lt;br&gt;&lt;br&gt;1st list: siblings are for &quot;one&quot;, &quot;two&quot; and four&quot; (&quot;three&quot; is ignored as this is the selector)&lt;br&gt;2nd list: no siblings&lt;br&gt;3rd list: it loops through this one twice as there is a class selector of &quot;hilite&quot; applied to 2 list elements (1st loop makes up &quot;eight&quot;,&quot;ten&quot;,&quot;eleven&quot; (&quot;nine&quot; is ignored as this is the selector), 2nd loop makes up &quot;eight&quot;, &quot;nine&quot;, &quot;ten&quot;  (&quot;eleven&quot; is ignored as this is the selector)) resulting in &quot;eight&quot;, &quot;nine&quot; ten&quot;, &quot;eleven&quot;&lt;br&gt;Total =7</description>
		<content:encoded><![CDATA[<p>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.</p>
<p>1st list: siblings are for &#8220;one&#8221;, &#8220;two&#8221; and four&#8221; (&#8220;three&#8221; is ignored as this is the selector)<br />2nd list: no siblings<br />3rd list: it loops through this one twice as there is a class selector of &#8220;hilite&#8221; applied to 2 list elements (1st loop makes up &#8220;eight&#8221;,&#8221;ten&#8221;,&#8221;eleven&#8221; (&#8220;nine&#8221; is ignored as this is the selector), 2nd loop makes up &#8220;eight&#8221;, &#8220;nine&#8221;, &#8220;ten&#8221;  (&#8220;eleven&#8221; is ignored as this is the selector)) resulting in &#8220;eight&#8221;, &#8220;nine&#8221; ten&#8221;, &#8220;eleven&#8221;<br />Total =7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomB</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8141</link>
		<dc:creator>TomB</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8141</guid>
		<description>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.&lt;br&gt;&lt;br&gt;1st list: siblings are for &quot;one&quot;, &quot;two&quot; and four&quot; (&quot;three&quot; is ignored as this is the selector)&lt;br&gt;2nd list: no siblings&lt;br&gt;3rd list: it loops through this one twice as there is a class selector of &quot;hilite&quot; applied to 2 list elements (1st loop makes up &quot;eight&quot;,&quot;ten&quot;,&quot;eleven&quot; (&quot;nine&quot; is ignored as this is the selector), 2nd loop makes up &quot;eight&quot;, &quot;nine&quot;, &quot;ten&quot;  (&quot;eleven&quot; is ignored as this is the selector)) resulting in &quot;eight&quot;, &quot;nine&quot; ten&quot;, &quot;eleven&quot;&lt;br&gt;Total =7</description>
		<content:encoded><![CDATA[<p>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.</p>
<p>1st list: siblings are for &#8220;one&#8221;, &#8220;two&#8221; and four&#8221; (&#8220;three&#8221; is ignored as this is the selector)<br />2nd list: no siblings<br />3rd list: it loops through this one twice as there is a class selector of &#8220;hilite&#8221; applied to 2 list elements (1st loop makes up &#8220;eight&#8221;,&#8221;ten&#8221;,&#8221;eleven&#8221; (&#8220;nine&#8221; is ignored as this is the selector), 2nd loop makes up &#8220;eight&#8221;, &#8220;nine&#8221;, &#8220;ten&#8221;  (&#8220;eleven&#8221; is ignored as this is the selector)) resulting in &#8220;eight&#8221;, &#8220;nine&#8221; ten&#8221;, &#8220;eleven&#8221;<br />Total =7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomB</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8142</link>
		<dc:creator>TomB</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8142</guid>
		<description>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.&lt;br&gt;&lt;br&gt;1st list: siblings are for &quot;one&quot;, &quot;two&quot; and four&quot; (&quot;three&quot; is ignored as this is the selector)&lt;br&gt;2nd list: no siblings&lt;br&gt;3rd list: it loops through this one twice as there is a class selector of &quot;hilite&quot; applied to 2 list elements (1st loop makes up &quot;eight&quot;,&quot;ten&quot;,&quot;eleven&quot; (&quot;nine&quot; is ignored as this is the selector), 2nd loop makes up &quot;eight&quot;, &quot;nine&quot;, &quot;ten&quot;  (&quot;eleven&quot; is ignored as this is the selector)) resulting in &quot;eight&quot;, &quot;nine&quot; ten&quot;, &quot;eleven&quot;&lt;br&gt;Total =7</description>
		<content:encoded><![CDATA[<p>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.</p>
<p>1st list: siblings are for &#8220;one&#8221;, &#8220;two&#8221; and four&#8221; (&#8220;three&#8221; is ignored as this is the selector)<br />2nd list: no siblings<br />3rd list: it loops through this one twice as there is a class selector of &#8220;hilite&#8221; applied to 2 list elements (1st loop makes up &#8220;eight&#8221;,&#8221;ten&#8221;,&#8221;eleven&#8221; (&#8220;nine&#8221; is ignored as this is the selector), 2nd loop makes up &#8220;eight&#8221;, &#8220;nine&#8221;, &#8220;ten&#8221;  (&#8220;eleven&#8221; is ignored as this is the selector)) resulting in &#8220;eight&#8221;, &#8220;nine&#8221; ten&#8221;, &#8220;eleven&#8221;<br />Total =7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomB</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8143</link>
		<dc:creator>TomB</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8143</guid>
		<description>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.&lt;br&gt;&lt;br&gt;1st list: siblings are for &quot;one&quot;, &quot;two&quot; and four&quot; (&quot;three&quot; is ignored as this is the selector)&lt;br&gt;2nd list: no siblings&lt;br&gt;3rd list: it loops through this one twice as there is a class selector of &quot;hilite&quot; applied to 2 list elements (1st loop makes up &quot;eight&quot;,&quot;ten&quot;,&quot;eleven&quot; (&quot;nine&quot; is ignored as this is the selector), 2nd loop makes up &quot;eight&quot;, &quot;nine&quot;, &quot;ten&quot;  (&quot;eleven&quot; is ignored as this is the selector)) resulting in &quot;eight&quot;, &quot;nine&quot; ten&quot;, &quot;eleven&quot;&lt;br&gt;Total =7</description>
		<content:encoded><![CDATA[<p>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.</p>
<p>1st list: siblings are for &#8220;one&#8221;, &#8220;two&#8221; and four&#8221; (&#8220;three&#8221; is ignored as this is the selector)<br />2nd list: no siblings<br />3rd list: it loops through this one twice as there is a class selector of &#8220;hilite&#8221; applied to 2 list elements (1st loop makes up &#8220;eight&#8221;,&#8221;ten&#8221;,&#8221;eleven&#8221; (&#8220;nine&#8221; is ignored as this is the selector), 2nd loop makes up &#8220;eight&#8221;, &#8220;nine&#8221;, &#8220;ten&#8221;  (&#8220;eleven&#8221; is ignored as this is the selector)) resulting in &#8220;eight&#8221;, &#8220;nine&#8221; ten&#8221;, &#8220;eleven&#8221;<br />Total =7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomB</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8144</link>
		<dc:creator>TomB</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8144</guid>
		<description>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.&lt;br&gt;&lt;br&gt;1st list: siblings are for &quot;one&quot;, &quot;two&quot; and four&quot; (&quot;three&quot; is ignored as this is the selector)&lt;br&gt;2nd list: no siblings&lt;br&gt;3rd list: it loops through this one twice as there is a class selector of &quot;hilite&quot; applied to 2 list elements (1st loop makes up &quot;eight&quot;,&quot;ten&quot;,&quot;eleven&quot; (&quot;nine&quot; is ignored as this is the selector), 2nd loop makes up &quot;eight&quot;, &quot;nine&quot;, &quot;ten&quot;  (&quot;eleven&quot; is ignored as this is the selector)) resulting in &quot;eight&quot;, &quot;nine&quot; ten&quot;, &quot;eleven&quot;&lt;br&gt;Total =7</description>
		<content:encoded><![CDATA[<p>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.</p>
<p>1st list: siblings are for &#8220;one&#8221;, &#8220;two&#8221; and four&#8221; (&#8220;three&#8221; is ignored as this is the selector)<br />2nd list: no siblings<br />3rd list: it loops through this one twice as there is a class selector of &#8220;hilite&#8221; applied to 2 list elements (1st loop makes up &#8220;eight&#8221;,&#8221;ten&#8221;,&#8221;eleven&#8221; (&#8220;nine&#8221; is ignored as this is the selector), 2nd loop makes up &#8220;eight&#8221;, &#8220;nine&#8221;, &#8220;ten&#8221;  (&#8220;eleven&#8221; is ignored as this is the selector)) resulting in &#8220;eight&#8221;, &#8220;nine&#8221; ten&#8221;, &#8220;eleven&#8221;<br />Total =7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomB</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-8145</link>
		<dc:creator>TomB</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-8145</guid>
		<description>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.&lt;br&gt;&lt;br&gt;1st list: siblings are for &quot;one&quot;, &quot;two&quot; and four&quot; (&quot;three&quot; is ignored as this is the selector)&lt;br&gt;2nd list: no siblings&lt;br&gt;3rd list: it loops through this one twice as there is a class selector of &quot;hilite&quot; applied to 2 list elements (1st loop makes up &quot;eight&quot;,&quot;ten&quot;,&quot;eleven&quot; (&quot;nine&quot; is ignored as this is the selector), 2nd loop makes up &quot;eight&quot;, &quot;nine&quot;, &quot;ten&quot;  (&quot;eleven&quot; is ignored as this is the selector)) resulting in &quot;eight&quot;, &quot;nine&quot; ten&quot;, &quot;eleven&quot;&lt;br&gt;Total =7</description>
		<content:encoded><![CDATA[<p>The key to this is to remember that the selector loops through each list item where the criteria is met one-at-a-time.</p>
<p>1st list: siblings are for &#8220;one&#8221;, &#8220;two&#8221; and four&#8221; (&#8220;three&#8221; is ignored as this is the selector)<br />2nd list: no siblings<br />3rd list: it loops through this one twice as there is a class selector of &#8220;hilite&#8221; applied to 2 list elements (1st loop makes up &#8220;eight&#8221;,&#8221;ten&#8221;,&#8221;eleven&#8221; (&#8220;nine&#8221; is ignored as this is the selector), 2nd loop makes up &#8220;eight&#8221;, &#8220;nine&#8221;, &#8220;ten&#8221;  (&#8220;eleven&#8221; is ignored as this is the selector)) resulting in &#8220;eight&#8221;, &#8220;nine&#8221; ten&#8221;, &#8220;eleven&#8221;<br />Total =7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zq010</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-7941</link>
		<dc:creator>Zq010</dc:creator>
		<pubDate>Wed, 29 Dec 2010 12:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-7941</guid>
		<description>var len = $(&quot;.hilite&quot;).siblings()&lt;br&gt;                          .css(&quot;color&quot;, &quot;red&quot;)&lt;br&gt;                          .length;&lt;br&gt;    $(&quot;b&quot;).text(len);&lt;br&gt;In the above example,I want to know why the &#039;len&#039;=7,I think it is 8;</description>
		<content:encoded><![CDATA[<p>var len = $(&#8220;.hilite&#8221;).siblings()<br />                          .css(&#8220;color&#8221;, &#8220;red&#8221;)<br />                          .length;<br />    $(&#8220;b&#8221;).text(len);<br />In the above example,I want to know why the &#39;len&#39;=7,I think it is 8;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zq010</title>
		<link>http://api.jquery.com/siblings/comment-page-1/#comment-7822</link>
		<dc:creator>Zq010</dc:creator>
		<pubDate>Wed, 29 Dec 2010 04:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=333#comment-7822</guid>
		<description>var len = $(&quot;.hilite&quot;).siblings()&lt;br&gt;                          .css(&quot;color&quot;, &quot;red&quot;)&lt;br&gt;                          .length;&lt;br&gt;    $(&quot;b&quot;).text(len);&lt;br&gt;In the above example,I want to know why the &#039;len&#039;=7,I think it is 8;</description>
		<content:encoded><![CDATA[<p>var len = $(&#8220;.hilite&#8221;).siblings()<br />                          .css(&#8220;color&#8221;, &#8220;red&#8221;)<br />                          .length;<br />    $(&#8220;b&#8221;).text(len);<br />In the above example,I want to know why the &#39;len&#39;=7,I think it is 8;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

