<?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: 2xjQuery: Select a Selector</title>
	<atom:link href="/2010/09/24/2xjquery-select-a-selector/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/09/24/2xjquery-select-a-selector/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: FGRibreau</title>
		<link>/2010/09/24/2xjquery-select-a-selector/comment-page-1/#comment-13408</link>
		<dc:creator><![CDATA[FGRibreau]]></dc:creator>
		<pubDate>Mon, 27 Sep 2010 09:46:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=1989#comment-13408</guid>
		<description><![CDATA[I don&#039;t see your problem.

If you want to select the span, just do:
&lt;pre lang=&quot;javascript&quot;&gt;
$(&#039;div &gt; span&#039;) or $(&#039;span&#039;, &#039;div&#039;);
&lt;/pre&gt;
Why using .html() &#038; wrapping with another jQuery object ? It&#039;s inefficient.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t see your problem.</p>
<p>If you want to select the span, just do:</p>
<pre lang="javascript">
$('div > span') or $('span', 'div');
</pre>
<p>Why using .html() &amp; wrapping with another jQuery object ? It&#8217;s inefficient.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
