<?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: .children()</title>
	<atom:link href="http://api.jquery.com/children/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/children/</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: Fernce Borcena</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-8031</link>
		<dc:creator>Fernce Borcena</dc:creator>
		<pubDate>Mon, 27 Dec 2010 11:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-8031</guid>
		<description>use .children().size() so that you get the length</description>
		<content:encoded><![CDATA[<p>use .children().size() so that you get the length</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sushil</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-7792</link>
		<dc:creator>sushil</dc:creator>
		<pubDate>Mon, 27 Dec 2010 04:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-7792</guid>
		<description>how can aplly children on ul</description>
		<content:encoded><![CDATA[<p>how can aplly children on ul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernce Borcena</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-7790</link>
		<dc:creator>Fernce Borcena</dc:creator>
		<pubDate>Mon, 27 Dec 2010 03:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-7790</guid>
		<description>use .children().size() so that you get the length</description>
		<content:encoded><![CDATA[<p>use .children().size() so that you get the length</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coolrahulis</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-7608</link>
		<dc:creator>Coolrahulis</dc:creator>
		<pubDate>Wed, 15 Dec 2010 17:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-7608</guid>
		<description>how can I get say all the tables in a div&lt;br&gt;  $(&quot;#div1&quot;).children(&quot;table&quot;) is valid?</description>
		<content:encoded><![CDATA[<p>how can I get say all the tables in a div<br />  $(&#8220;#div1&#8243;).children(&#8220;table&#8221;) is valid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garek007</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-7339</link>
		<dc:creator>garek007</dc:creator>
		<pubDate>Thu, 02 Dec 2010 20:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-7339</guid>
		<description>There seems to be a problem with IE 8 and the children() element. I have some code that works fine in IE 7, 6 and firefox, but not in IE 8.&lt;br&gt;&lt;br&gt;I have played with the code, removed items until I figured out that it is the children part that is screwing things up. &lt;br&gt;&lt;br&gt;I can&#039;t seem to use &quot;contents&quot; either. I&#039;m not sure if it&#039;s the way the line breaks down with all the parenthesis or what, but it ain&#039;t working. siblings works, but not children or contents. I&#039;m trying to use the THIS property. Maybe someone can suggest an alternate method?&lt;br&gt;&lt;br&gt;		$(&#039;div#main_menu ul li&#039;).mouseover(&lt;br&gt;			function($e){&lt;br&gt;				$e.preventDefault();&lt;br&gt;				$(this &gt; &#039;ul.LVL1&#039;).addClass(&#039;fuckoff&#039;);&lt;br&gt;				$(this).siblings().children(&#039;ul.LVL1&#039;).slideUp(&#039;fast&#039;);&lt;br&gt;				&lt;br&gt;			});</description>
		<content:encoded><![CDATA[<p>There seems to be a problem with IE 8 and the children() element. I have some code that works fine in IE 7, 6 and firefox, but not in IE 8.</p>
<p>I have played with the code, removed items until I figured out that it is the children part that is screwing things up. </p>
<p>I can&#39;t seem to use &#8220;contents&#8221; either. I&#39;m not sure if it&#39;s the way the line breaks down with all the parenthesis or what, but it ain&#39;t working. siblings works, but not children or contents. I&#39;m trying to use the THIS property. Maybe someone can suggest an alternate method?</p>
<p>		$(&#39;div#main_menu ul li&#39;).mouseover(<br />			function($e){<br />				$e.preventDefault();<br />				$(this &gt; &#39;ul.LVL1&#39;).addClass(&#39;fuckoff&#39;);<br />				$(this).siblings().children(&#39;ul.LVL1&#39;).slideUp(&#39;fast&#39;);</p>
<p>			});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-6722</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sun, 31 Oct 2010 16:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-6722</guid>
		<description>$(e.target) will not have any children.</description>
		<content:encoded><![CDATA[<p>$(e.target) will not have any children.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noor Sulayman</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-6676</link>
		<dc:creator>Noor Sulayman</dc:creator>
		<pubDate>Fri, 29 Oct 2010 15:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-6676</guid>
		<description>$(e.target).children().each(function(){&lt;br&gt;    var kid = $(this);&lt;br&gt;    console.log(kid, kid.attr(&#039;id&#039;), kid.attr(&#039;class&#039;));&lt;br&gt;});&lt;br&gt;Assumes you have firebug and the console is active&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>$(e.target).children().each(function(){<br />    var kid = $(this);<br />    console.log(kid, kid.attr(&#39;id&#39;), kid.attr(&#39;class&#39;));<br />});<br />Assumes you have firebug and the console is active</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishnu v</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-6439</link>
		<dc:creator>vishnu v</dc:creator>
		<pubDate>Tue, 19 Oct 2010 08:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-6439</guid>
		<description>how do i get the children of the particular  div  content &lt;br&gt;&lt;br&gt;var $kids = $(e.target).children();&lt;br&gt;&lt;br&gt;How i go through  the $kids &lt;br&gt;object &lt;br&gt;  &lt;br&gt;Help Me Pls</description>
		<content:encoded><![CDATA[<p>how do i get the children of the particular  div  content </p>
<p>var $kids = $(e.target).children();</p>
<p>How i go through  the $kids <br />object </p>
<p>Help Me Pls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinh.Luan</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-6408</link>
		<dc:creator>Vinh.Luan</dc:creator>
		<pubDate>Sun, 17 Oct 2010 15:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-6408</guid>
		<description>how do I access an attribute of a children?</description>
		<content:encoded><![CDATA[<p>how do I access an attribute of a children?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akim_v</title>
		<link>http://api.jquery.com/children/comment-page-1/#comment-5319</link>
		<dc:creator>Akim_v</dc:creator>
		<pubDate>Thu, 02 Sep 2010 06:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=277#comment-5319</guid>
		<description>$(this).children([selector]) call returns same elemnt (e.m. $(this) ), but NOT children element.</description>
		<content:encoded><![CDATA[<p>$(this).children([selector]) call returns same elemnt (e.m. $(this) ), but NOT children element.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

