<?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: TableSorter 2.0.3++ Universal Sorting plus cool Grouping Widget</title>
	<atom:link href="http://www.ghidinelli.com/2008/03/25/tablesorter-203-universal-sorting-plus-cool-grouping-widget/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2008/03/25/tablesorter-203-universal-sorting-plus-cool-grouping-widget</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2008/03/25/tablesorter-203-universal-sorting-plus-cool-grouping-widget/comment-page-1#comment-51052</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 22 Sep 2008 23:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/03/25/tablesorter-203-universal-sorting-plus-cool-grouping-widget/#comment-51052</guid>
		<description>@Alex, the example above shows the idea; you want to put it onChange; this could go into your on ready:

&lt;code&gt;
$(&quot;#select_box_id&quot;).change(
  function()
  {
    $(this).parents(&quot;table&quot;).trigger(&quot;update&quot;);
  }
);
&lt;/code&gt;

Throw an alert in there if you want to debug...</description>
		<content:encoded><![CDATA[<p>@Alex, the example above shows the idea; you want to put it onChange; this could go into your on ready:</p>
<p><code><br />
$("#select_box_id").change(<br />
  function()<br />
  {<br />
    $(this).parents("table").trigger("update");<br />
  }<br />
);<br />
</code></p>
<p>Throw an alert in there if you want to debug&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.ghidinelli.com/2008/03/25/tablesorter-203-universal-sorting-plus-cool-grouping-widget/comment-page-1#comment-51047</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 22 Sep 2008 00:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/03/25/tablesorter-203-universal-sorting-plus-cool-grouping-widget/#comment-51047</guid>
		<description>I&#039;m having problems getting my table to update after I made a change with a select box.
Where should that code be added?
Also, if we don&#039;t want to update until after a successful ajax call, for example, shouldn&#039;t it be possible to use:

$(&#039;#myTable&#039;).trigger(&quot;update&quot;);

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems getting my table to update after I made a change with a select box.<br />
Where should that code be added?<br />
Also, if we don&#8217;t want to update until after a successful ajax call, for example, shouldn&#8217;t it be possible to use:</p>
<p>$(&#8216;#myTable&#8217;).trigger(&#8220;update&#8221;);</p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
