<?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 and quickSearch to interactively search any data</title>
	<atom:link href="http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/</link>
	<description>ASP.NET and AJAX code, ideas, and examples.</description>
	<lastBuildDate>Wed, 16 May 2012 23:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-37291</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Thu, 26 Nov 2009 02:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-37291</guid>
		<description>If you can&#039;t change the table to be semantic (putting the headings in a thead), try using a selector to filter the first row out:

&lt;pre lang=&quot;javascript&quot;&gt;$(&#039;#ident tbody tr:not(:first)&#039;)&lt;/pre&gt;

Or,

&lt;pre lang=&quot;javascript&quot;&gt;$(&#039;#ident tbody tr&#039;).not(&#039;:first&#039;)&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>If you can&#8217;t change the table to be semantic (putting the headings in a thead), try using a selector to filter the first row out:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#ident tbody tr:not(:first)'</span><span style="color: #009900;">&#41;</span></pre></div></div>

<p>Or,</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#ident tbody tr'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">not</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">':first'</span><span style="color: #009900;">&#41;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-37206</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Sun, 22 Nov 2009 20:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-37206</guid>
		<description>I have it working for a ListView, but a table layout and not div.  However, it also picks up the header in the search filter.  Unfortunately by using #ident tbody tr, that is the same format as the LayoutTemplate as well as ItemTemplate.</description>
		<content:encoded><![CDATA[<p>I have it working for a ListView, but a table layout and not div.  However, it also picks up the header in the search filter.  Unfortunately by using #ident tbody tr, that is the same format as the LayoutTemplate as well as ItemTemplate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Clark</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-36062</link>
		<dc:creator>Jason Clark</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-36062</guid>
		<description>Has anybody tried quickSearch with a div based layout in a ListView?</description>
		<content:encoded><![CDATA[<p>Has anybody tried quickSearch with a div based layout in a ListView?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sıfırdan AJAX öğrenebileceğiniz 20 kaynak</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-35492</link>
		<dc:creator>Sıfırdan AJAX öğrenebileceğiniz 20 kaynak</dc:creator>
		<pubDate>Sat, 06 Jun 2009 09:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-35492</guid>
		<description>[...] ait bir blog. Site bünyesinde  veri güncellemelerini gerçek zamanlı olarak görüntülemek ve  interaktif veri araması için jQuery nasıl kullanılır gibi konuları irdeleyen pek çok rehberi içeren Encosia özellikle ASP.Net üzerinde çalışan [...]</description>
		<content:encoded><![CDATA[<p>[...] ait bir blog. Site bünyesinde  veri güncellemelerini gerçek zamanlı olarak görüntülemek ve  interaktif veri araması için jQuery nasıl kullanılır gibi konuları irdeleyen pek çok rehberi içeren Encosia özellikle ASP.Net üzerinde çalışan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L. Mohan Arun</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-34869</link>
		<dc:creator>L. Mohan Arun</dc:creator>
		<pubDate>Fri, 10 Apr 2009 09:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-34869</guid>
		<description>The Delicious API doesnt allow feeds for &quot;search strings&quot; (not tags), I used PHP and I parsed the results from HTML to get this
http://www.coderidge.com/Delicious.php</description>
		<content:encoded><![CDATA[<p>The Delicious API doesnt allow feeds for &#8220;search strings&#8221; (not tags), I used PHP and I parsed the results from HTML to get this<br />
<a href="http://www.coderidge.com/Delicious.php" rel="nofollow">http://www.coderidge.com/Delicious.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony O'Hara</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-34452</link>
		<dc:creator>Tony O'Hara</dc:creator>
		<pubDate>Wed, 11 Mar 2009 00:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-34452</guid>
		<description>Hi guys,
   the jquery quicksearch is a brilliant tool. I came across it while looking for something similar that would work with a dropdown list. I have a dropdown list that displays a code, then a space and then the description. I&#039;m a bit of a novice and so don&#039;t know if this tool is capable of such a feat with some tweaking. Can you help me please?

thanks in advance

Tony</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
   the jquery quicksearch is a brilliant tool. I came across it while looking for something similar that would work with a dropdown list. I have a dropdown list that displays a code, then a space and then the description. I&#8217;m a bit of a novice and so don&#8217;t know if this tool is capable of such a feat with some tweaking. Can you help me please?</p>
<p>thanks in advance</p>
<p>Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-34285</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 02 Mar 2009 10:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-34285</guid>
		<description>Hi,
I was trying to customize the way the quick search is laid out and found a bit of a show stopper.

I am trying to have my search box appear before a list (ul) and have this list of items placed into a div which has its overflow set to scroll. What I can&#039;t do is dissociate between the search box and the list of items since they are rendered together behind the scene.

Anyone had more success than I did?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was trying to customize the way the quick search is laid out and found a bit of a show stopper.</p>
<p>I am trying to have my search box appear before a list (ul) and have this list of items placed into a div which has its overflow set to scroll. What I can&#8217;t do is dissociate between the search box and the list of items since they are rendered together behind the scene.</p>
<p>Anyone had more success than I did?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vvvlad</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33708</link>
		<dc:creator>vvvlad</dc:creator>
		<pubDate>Tue, 30 Dec 2008 06:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33708</guid>
		<description>Hi,
I&#039;m not sure if my issue with quickSearch is a &quot;feature&quot; or I&#039;m doing something wrong..
I use a gridView with 2 columns.
The search works fine, but when there is only value left matching the search text in the table, the plugin removes the second column (so I&#039;m left with only one cell visible).
Is there any additional configuration needed in order to tell the plugin to always show the whole row?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m not sure if my issue with quickSearch is a &#8220;feature&#8221; or I&#8217;m doing something wrong..<br />
I use a gridView with 2 columns.<br />
The search works fine, but when there is only value left matching the search text in the table, the plugin removes the second column (so I&#8217;m left with only one cell visible).<br />
Is there any additional configuration needed in order to tell the plugin to always show the whole row?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33474</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33474</guid>
		<description>Hi,
I&#039;m trying to use quickSearch with a GridView and a DetailsView.
The grid and detailsview are in an UpdatePanel.

At first load, the search works. After i click on a link in grid and the details load, the search stops working.

Using a gridview and viewdetails wasn&#039;t my choice.

Do you have any idea why it stops working?
I assume that because of the partial postback, but how to fix this, i don&#039;t know.

Thanks,
Dan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m trying to use quickSearch with a GridView and a DetailsView.<br />
The grid and detailsview are in an UpdatePanel.</p>
<p>At first load, the search works. After i click on a link in grid and the details load, the search stops working.</p>
<p>Using a gridview and viewdetails wasn&#8217;t my choice.</p>
<p>Do you have any idea why it stops working?<br />
I assume that because of the partial postback, but how to fix this, i don&#8217;t know.</p>
<p>Thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Beckelman</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33382</link>
		<dc:creator>Bill Beckelman</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33382</guid>
		<description>@Jinno
@Dave

I messed around with combining tableSorter and quickSearch as well. Here is my take on it http://beckelman.net/post/2008/11/20/jQuery-tableSorter-and-quickSearch-Plugins-Together-Demo.aspx.

Regards - Bill Beckelman</description>
		<content:encoded><![CDATA[<p>@Jinno<br />
@Dave</p>
<p>I messed around with combining tableSorter and quickSearch as well. Here is my take on it <a href="http://beckelman.net/post/2008/11/20/jQuery-tableSorter-and-quickSearch-Plugins-Together-Demo.aspx" rel="nofollow">http://beckelman.net/post/2008/11/20/jQuery-tableSorter-and-quickSearch-Plugins-Together-Demo.aspx</a>.</p>
<p>Regards &#8211; Bill Beckelman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33381</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 20 Nov 2008 06:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33381</guid>
		<description>Helpfull blog.</description>
		<content:encoded><![CDATA[<p>Helpfull blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33363</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Tue, 18 Nov 2008 02:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33363</guid>
		<description>The &lt;form&gt; troubles aren&#039;t with the simple Repeater use case (as noted, you could just place the quickSearch UI outside the form in this simple example).</description>
		<content:encoded><![CDATA[<p>The &lt;form&gt; troubles aren&#8217;t with the simple Repeater use case (as noted, you could just place the quickSearch UI outside the form in this simple example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Rinea</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33362</link>
		<dc:creator>Andrei Rinea</dc:creator>
		<pubDate>Mon, 17 Nov 2008 22:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33362</guid>
		<description>@Dave Ward : the ASP.NET Repeater does **NOT** need to be enclosed in a server side form (form runat=server thingie). Try it yourself.</description>
		<content:encoded><![CDATA[<p>@Dave Ward : the ASP.NET Repeater does **NOT** need to be enclosed in a server side form (form runat=server thingie). Try it yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jinno</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33239</link>
		<dc:creator>Jinno</dc:creator>
		<pubDate>Thu, 13 Nov 2008 21:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33239</guid>
		<description>My apologies. It appears I accidentally killed the script include of tablesorter pager.</description>
		<content:encoded><![CDATA[<p>My apologies. It appears I accidentally killed the script include of tablesorter pager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jinno</title>
		<link>http://encosia.com/use-jquery-and-quicksearch-to-interactively-search-any-data/#comment-33237</link>
		<dc:creator>Jinno</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=726#comment-33237</guid>
		<description>I just tested it, and got to the point where I had the quicksearch running on the rows of the table. Unfortunately the way that the tablesorter plugin works, it hides the rows of the table that aren&#039;t on the current page in the DOM, rather than simply setting them to not visible. So when you do the quicksearch you&#039;re actually only doing it on the rows that Tablesorter is showing you rather than don the results as a whole.

So it&#039;ll work... so long as you kill the paging functionality. This is proving to be true with the other options, I&#039;m finding. If you could try it and point me in the right direction, It&#039;d be awesome.</description>
		<content:encoded><![CDATA[<p>I just tested it, and got to the point where I had the quicksearch running on the rows of the table. Unfortunately the way that the tablesorter plugin works, it hides the rows of the table that aren&#8217;t on the current page in the DOM, rather than simply setting them to not visible. So when you do the quicksearch you&#8217;re actually only doing it on the rows that Tablesorter is showing you rather than don the results as a whole.</p>
<p>So it&#8217;ll work&#8230; so long as you kill the paging functionality. This is proving to be true with the other options, I&#8217;m finding. If you could try it and point me in the right direction, It&#8217;d be awesome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

