<?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: jQuery Table Sorting and Paging</title>
	<atom:link href="http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/</link>
	<description>Making Tech Jive For You</description>
	<lastBuildDate>Thu, 29 Apr 2010 12:07:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: alex</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7294</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7294</guid>
		<description>sorry to stalk you but i found a simple solution for question 1, i added
	if(numRows &gt; numPerPage) {
do the
for (var page = 0; page &lt; numPages; page++) {
etc.

}//end if numRows</description>
		<content:encoded><![CDATA[<p>sorry to stalk you but i found a simple solution for question 1, i added<br />
	if(numRows > numPerPage) {<br />
do the<br />
for (var page = 0; page < numPages; page++) {<br />
etc.</p>
<p>}//end if numRows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7293</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7293</guid>
		<description>Hi Jason,

Tx for your edition. I wasn&#039;t able to use .lt and didn&#039;t know slice could be used.

I do have som questions:
1/ If i have less results than the numPerPage setting i still see a pagenumber ( i like to show none)
2/Doesn&#039;t have to do with this directly, but you might point me in the right direction. I am using the pagination in combo with some filtering options. Each of the resulting table rows is clickable and triggers a showDetail function. Function showDetail  calls a .php file with $.ajax and the resulting data is shown in stead of the table. (no page refresh)

But now when i hit the back button i don&#039;t go to the filter table results anymore. I am reading up on anchor navigation but i can&#039;t get it to work. Any tips?

kind regards</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>Tx for your edition. I wasn&#8217;t able to use .lt and didn&#8217;t know slice could be used.</p>
<p>I do have som questions:<br />
1/ If i have less results than the numPerPage setting i still see a pagenumber ( i like to show none)<br />
2/Doesn&#8217;t have to do with this directly, but you might point me in the right direction. I am using the pagination in combo with some filtering options. Each of the resulting table rows is clickable and triggers a showDetail function. Function showDetail  calls a .php file with $.ajax and the resulting data is shown in stead of the table. (no page refresh)</p>
<p>But now when i hit the back button i don&#8217;t go to the filter table results anymore. I am reading up on anchor navigation but i can&#8217;t get it to work. Any tips?</p>
<p>kind regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7289</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7289</guid>
		<description>@biswas:

What version(s) of IE is it not working on? I just tested my implementation of it against IE6 and IE8, and it was working properly.</description>
		<content:encoded><![CDATA[<p>@biswas:</p>
<p>What version(s) of IE is it not working on? I just tested my implementation of it against IE6 and IE8, and it was working properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biswas</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7288</link>
		<dc:creator>biswas</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7288</guid>
		<description>Hi,

The paging code is not working in IE</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The paging code is not working in IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7284</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 18 Dec 2009 05:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7284</guid>
		<description>@Aaron,

I used a &lt;a href=&quot;http://jqueryui.com/&quot; rel=&quot;nofollow&quot;&gt;jQuery UI&lt;/a&gt; theme, so I&#039;m pretty sure that it&#039;s all in the CSS of the theme. At least I&#039;d begin by looking there.</description>
		<content:encoded><![CDATA[<p>@Aaron,</p>
<p>I used a <a href="http://jqueryui.com/" rel="nofollow">jQuery UI</a> theme, so I&#8217;m pretty sure that it&#8217;s all in the CSS of the theme. At least I&#8217;d begin by looking there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7283</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 12 Dec 2009 04:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7283</guid>
		<description>This is great.  I&#039;m new to jquery (approx. 1 hr new).  This is exactly what I was looking for, however, I&#039;m driving myself crazy trying to figure out how to get the icon on the same row as the column text, instead of right above the text.  Any ideas?  Also, for a newbie to jquery, like me what tutorials would you recommend? thanks.</description>
		<content:encoded><![CDATA[<p>This is great.  I&#8217;m new to jquery (approx. 1 hr new).  This is exactly what I was looking for, however, I&#8217;m driving myself crazy trying to figure out how to get the icon on the same row as the column text, instead of right above the text.  Any ideas?  Also, for a newbie to jquery, like me what tutorials would you recommend? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deebo</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7270</link>
		<dc:creator>deebo</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7270</guid>
		<description>@ _tdg
It sounds like you do not have the jQuery library itself included in the head tag of your document...  You&#039;&#039;ll need to download the jQuery.js file and include the file above the script include for this plugin... 

http://docs.jquery.com/How_jQuery_Works#jQuery:_The_Basics

Hope that helps ;)</description>
		<content:encoded><![CDATA[<p>@ _tdg<br />
It sounds like you do not have the jQuery library itself included in the head tag of your document&#8230;  You&#8221;ll need to download the jQuery.js file and include the file above the script include for this plugin&#8230; </p>
<p><a href="http://docs.jquery.com/How_jQuery_Works#jQuery:_The_Basics" rel="nofollow">http://docs.jquery.com/How_jQuery_Works#jQuery:_The_Basics</a></p>
<p>Hope that helps <img src='http://www.techjive.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _tdg</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7241</link>
		<dc:creator>_tdg</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7241</guid>
		<description>Hi, 
Thanks for sharing.
But it doesn&#039;t work for me :( 
Firebug says : 

$ is not defined
  $.fn.alternateRowColors = function() {

I have it just when I insert the jquerysortpage.js file in my head tag.
I don&#039;t know very well javascript so I don&#039;t really understand why I have this error.
Could you help me ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for sharing.<br />
But it doesn&#8217;t work for me <img src='http://www.techjive.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Firebug says : </p>
<p>$ is not defined<br />
  $.fn.alternateRowColors = function() {</p>
<p>I have it just when I insert the jquerysortpage.js file in my head tag.<br />
I don&#8217;t know very well javascript so I don&#8217;t really understand why I have this error.<br />
Could you help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naka</title>
		<link>http://www.techjive.net/2009/02/17/jquery-table-sorting-and-paging/comment-page-1/#comment-7239</link>
		<dc:creator>naka</dc:creator>
		<pubDate>Mon, 23 Mar 2009 09:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjive.net/?p=107#comment-7239</guid>
		<description>nice work ! do you know what license this is?
is it mit or gpl or both . would be great to know.</description>
		<content:encoded><![CDATA[<p>nice work ! do you know what license this is?<br />
is it mit or gpl or both . would be great to know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
