<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Norwinter Studios &#187; javascript jquery xpath</title>
	<atom:link href="http://www.norwinter.com/tag/javascript-jquery-xpath/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.norwinter.com</link>
	<description>Home of Bouncy Hunters and Konkret.</description>
	<lastBuildDate>Fri, 06 May 2011 18:00:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problem with jQuery 1.3 and :eq in a complex selector</title>
		<link>http://www.norwinter.com/2009/08/01/jquery-1-3-and-eq-in-a-complex-selector/</link>
		<comments>http://www.norwinter.com/2009/08/01/jquery-1-3-and-eq-in-a-complex-selector/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 22:55:19 +0000</pubDate>
		<dc:creator>siker</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript jquery xpath]]></category>

		<guid isPermaLink="false">http://www.norwinter.com/?p=141</guid>
		<description><![CDATA[While trying to recreate this XPath as a jQuery selector I ran into some unexpected difficulties: /html/body/table[3]/tbody/tr/td/table/tbody/tr My first attempt to convert it looked something like this: $("body > table:eq(2) > tbody > tr > td > table > tbody > tr") This gave no results. I simplified it a little bit, $("body > table:eq(2) [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to recreate this XPath as a jQuery selector I ran into some unexpected difficulties:</p>
<p><code>/html/body/table[3]/tbody/tr/td/table/tbody/tr</code></p>
<p>My first attempt to convert it looked something like this:</p>
<p><code>$("body > table:eq(2) > tbody > tr > td > table > tbody > tr")</code></p>
<p>This gave no results. I simplified it a little bit,</p>
<p><code>$("body > table:eq(2) tr tr")</code></p>
<p>Still no luck. After experimenting for a while it looked to me like <code>:eq</code> wasn&#8217;t playing well in this expression. The following worked:</p>
<p><code>$("body > table").eq(2).find('tr tr')</code></p>
<p>Weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.norwinter.com/2009/08/01/jquery-1-3-and-eq-in-a-complex-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using apc
Object Caching 191/200 objects using disk: basic

Served from: norwinter.* @ 2012-02-05 17:01:02 -->
