<?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: Use jQuery to select child element</title>
	<atom:link href="http://jorgepedret.com/web-development/use-jquery-to-select-child-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgepedret.com/web-development/use-jquery-to-select-child-element/</link>
	<description>Freelance Web Developer + Front End Designer</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:35:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jorge Pedret</title>
		<link>http://jorgepedret.com/web-development/use-jquery-to-select-child-element/comment-page-1/#comment-5346</link>
		<dc:creator>Jorge Pedret</dc:creator>
		<pubDate>Wed, 02 Feb 2011 20:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://jorgepedret.com/blog/?p=45#comment-5346</guid>
		<description>On a more recent version of jQuery I found that&#039;s it&#039;s easier to use the find() method:

Using this article&#039;s example, you can replace line 4 with this:

[js]$(this).find(&#039;description&#039;).fadeOut(100).fadeIn(100).fadeOut(100).fadeIn(100);[/js]</description>
		<content:encoded><![CDATA[<p>On a more recent version of jQuery I found that&#8217;s it&#8217;s easier to use the find() method:</p>
<p>Using this article&#8217;s example, you can replace line 4 with this:</p>
<pre class="brush: jscript; title: ; notranslate">$(this).find('description').fadeOut(100).fadeIn(100).fadeOut(100).fadeIn(100);</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

