<?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: Simple JQuery Table Row Filter</title>
	<atom:link href="http://www.marceble.com/2010/02/simple-jquery-table-row-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/</link>
	<description>Marc E. Eble</description>
	<lastBuildDate>Tue, 05 Apr 2011 14:06:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: shaun</title>
		<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/comment-page-1/#comment-3451</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Tue, 29 Mar 2011 15:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.marceble.com/?p=220#comment-3451</guid>
		<description>Great bit of code, saved lots of time. Thanks</description>
		<content:encoded><![CDATA[<p>Great bit of code, saved lots of time. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riot77</title>
		<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/comment-page-1/#comment-2879</link>
		<dc:creator>Riot77</dc:creator>
		<pubDate>Mon, 21 Feb 2011 09:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.marceble.com/?p=220#comment-2879</guid>
		<description>Thanks! This code is great! I needed for my work, and it helped me a lot - saved me time. It&#039;s working perfect.</description>
		<content:encoded><![CDATA[<p>Thanks! This code is great! I needed for my work, and it helped me a lot &#8211; saved me time. It&#8217;s working perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/comment-page-1/#comment-2793</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 15 Feb 2011 04:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.marceble.com/?p=220#comment-2793</guid>
		<description>JavaScript newbie here, struggling to learn the syntax.

If my filter string is &quot;alpha beta&quot;, this seems to show all rows with &quot;alpha&quot; and/or &quot;beta&quot;. How do I treat the string as a single unit, so that I only match rows with &quot;alpha beta&quot; literally?

Thanks for the example - it&#039;s great.</description>
		<content:encoded><![CDATA[<p>JavaScript newbie here, struggling to learn the syntax.</p>
<p>If my filter string is &#8220;alpha beta&#8221;, this seems to show all rows with &#8220;alpha&#8221; and/or &#8220;beta&#8221;. How do I treat the string as a single unit, so that I only match rows with &#8220;alpha beta&#8221; literally?</p>
<p>Thanks for the example &#8211; it&#8217;s great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/comment-page-1/#comment-2634</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Mon, 31 Jan 2011 16:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.marceble.com/?p=220#comment-2634</guid>
		<description>This is simple and functional. Thank you. Minor suggestion:

Replace:
$(&quot;#fbody&quot;).find(&quot;tr&quot;).hide();

With this:
$(&quot;#fbody&quot;).find(&quot;tr:has(td)&quot;).hide();

So table header rows () don&#039;t get hidden.</description>
		<content:encoded><![CDATA[<p>This is simple and functional. Thank you. Minor suggestion:</p>
<p>Replace:<br />
$(&#8220;#fbody&#8221;).find(&#8220;tr&#8221;).hide();</p>
<p>With this:<br />
$(&#8220;#fbody&#8221;).find(&#8220;tr:has(td)&#8221;).hide();</p>
<p>So table header rows () don&#8217;t get hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/comment-page-1/#comment-972</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 17 May 2010 22:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.marceble.com/?p=220#comment-972</guid>
		<description>Fantastic. Just the job and very succinct!</description>
		<content:encoded><![CDATA[<p>Fantastic. Just the job and very succinct!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/comment-page-1/#comment-911</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 20 Apr 2010 23:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.marceble.com/?p=220#comment-911</guid>
		<description>Glad it was of use. I just added an update that may be of interest about using this with case-insensitive filtering.</description>
		<content:encoded><![CDATA[<p>Glad it was of use. I just added an update that may be of interest about using this with case-insensitive filtering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghost in the Shell</title>
		<link>http://www.marceble.com/2010/02/simple-jquery-table-row-filter/comment-page-1/#comment-892</link>
		<dc:creator>Ghost in the Shell</dc:creator>
		<pubDate>Sat, 17 Apr 2010 09:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.marceble.com/?p=220#comment-892</guid>
		<description>Exactly the code snippet i needed for an project, saved me hours in php coding.

tyvm!</description>
		<content:encoded><![CDATA[<p>Exactly the code snippet i needed for an project, saved me hours in php coding.</p>
<p>tyvm!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

