<?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: Easily build powerful client-side AJAX paging, using jQuery</title>
	<atom:link href="http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/</link>
	<description>ASP.NET and AJAX code, ideas, and examples.</description>
	<lastBuildDate>Fri, 12 Mar 2010 17:47:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 15 Very Useful Hand-Picked AJAX Tutorial - Ntt.cc</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-36946</link>
		<dc:creator>15 Very Useful Hand-Picked AJAX Tutorial - Ntt.cc</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-36946</guid>
		<description>[...] Easily build powerful client-side AJAX paging, using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Easily build powerful client-side AJAX paging, using jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJAX Sample &#8211; Others- 阿維實驗室</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-36801</link>
		<dc:creator>AJAX Sample &#8211; Others- 阿維實驗室</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-36801</guid>
		<description>[...] Easily build powerful client-side AJAX paging, using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Easily build powerful client-side AJAX paging, using jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Excellent AJAX Tutorials &#124; 9Tricks.Com - Tips - Tricks - Tutorials</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-36612</link>
		<dc:creator>50 Excellent AJAX Tutorials &#124; 9Tricks.Com - Tips - Tricks - Tutorials</dc:creator>
		<pubDate>Sat, 03 Oct 2009 03:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-36612</guid>
		<description>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery This is another useful tutorial on improving pagination with AJAX. [...]</description>
		<content:encoded><![CDATA[<p>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery This is another useful tutorial on improving pagination with AJAX. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-36419</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Fri, 11 Sep 2009 00:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-36419</guid>
		<description>If you&#039;re using jQuery 1.3+, the easiest way to handle that is to use the LiveQuery functionality.  For example, this click event handler would work on any element matching the selector, regardless of when it&#039;s added to the DOM:

&lt;pre lang=&quot;javascript&quot;&gt;$(&#039;a&#039;).live(&#039;click&#039;, function() {
  // Fade out the element when clicked.
  $(this).fadeOut();
});&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using jQuery 1.3+, the easiest way to handle that is to use the LiveQuery functionality.  For example, this click event handler would work on any element matching the selector, regardless of when it&#8217;s added to the DOM:</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;">'a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">live</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #006600; font-style: italic;">// Fade out the element when clicked.</span>
  $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">fadeOut</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: devgirl</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-36412</link>
		<dc:creator>devgirl</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-36412</guid>
		<description>i have a complex html which i render and display in div after ajax call, i want to know how  jquery never run on the rendered html

how can i attach jquery functions on the rendered data ?</description>
		<content:encoded><![CDATA[<p>i have a complex html which i render and display in div after ajax call, i want to know how  jquery never run on the rendered html</p>
<p>how can i attach jquery functions on the rendered data ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35977</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35977</guid>
		<description>This jQuery plugin allows you to do that without too much trouble:  http://stilbuero.de/jquery/history/</description>
		<content:encoded><![CDATA[<p>This jQuery plugin allows you to do that without too much trouble:  <a href="http://stilbuero.de/jquery/history/" rel="nofollow">http://stilbuero.de/jquery/history/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35972</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35972</guid>
		<description>What about browser history, Dave?  What would be involved in inserting browser history points so that clicking the back button in the browser returns the user to the previous page of data?</description>
		<content:encoded><![CDATA[<p>What about browser history, Dave?  What would be involved in inserting browser history points so that clicking the back button in the browser returns the user to the previous page of data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35964</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Sat, 25 Jul 2009 18:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35964</guid>
		<description>You&#039;d need to add some logic on the server-side that would divide the total number of items by the page size and return that number of pages to the client-side.  Then just render a link for each page and wire-up an event on them to call DisplayRSSTable with the appropriate page number.</description>
		<content:encoded><![CDATA[<p>You&#8217;d need to add some logic on the server-side that would divide the total number of items by the page size and return that number of pages to the client-side.  Then just render a link for each page and wire-up an event on them to call DisplayRSSTable with the appropriate page number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35963</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Sat, 25 Jul 2009 18:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35963</guid>
		<description>I don&#039;t understand the question.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand the question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shay</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35962</link>
		<dc:creator>shay</dc:creator>
		<pubDate>Sat, 25 Jul 2009 18:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35962</guid>
		<description>great article
however i want to know how can we implement it by displaying page numbers instead of next and previous ?</description>
		<content:encoded><![CDATA[<p>great article<br />
however i want to know how can we implement it by displaying page numbers instead of next and previous ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waleed Abdulmageed</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35959</link>
		<dc:creator>Waleed Abdulmageed</dc:creator>
		<pubDate>Sat, 25 Jul 2009 09:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35959</guid>
		<description>Hi Dave,

I used your way to generate inner pages to be loaded inside JQuery tab panels, pages are working very nice when runing but not when navigating with tab panel.

please review this issue.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I used your way to generate inner pages to be loaded inside JQuery tab panels, pages are working very nice when runing but not when navigating with tab panel.</p>
<p>please review this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax Frameworks,JavaScript Libraries and Toolkit Tutorials &#124; Dev Techie</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35289</link>
		<dc:creator>Ajax Frameworks,JavaScript Libraries and Toolkit Tutorials &#124; Dev Techie</dc:creator>
		<pubDate>Fri, 15 May 2009 03:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35289</guid>
		<description>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery - This is an important tutorial in improving pagination with AJAX. [...]</description>
		<content:encoded><![CDATA[<p>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery - This is an important tutorial in improving pagination with AJAX. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best of 158 Ajax Framework,JavaScript Libraries and Toolkit Tutorials &#124; Click On Tech</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35281</link>
		<dc:creator>Best of 158 Ajax Framework,JavaScript Libraries and Toolkit Tutorials &#124; Click On Tech</dc:creator>
		<pubDate>Thu, 14 May 2009 11:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35281</guid>
		<description>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery -  This is an important tutorial in improving pagination with AJAX. [...]</description>
		<content:encoded><![CDATA[<p>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery &#8211;  This is an important tutorial in improving pagination with AJAX. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 150 AJAX Tutorials &#187; TemplateLite.com</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35275</link>
		<dc:creator>150 AJAX Tutorials &#187; TemplateLite.com</dc:creator>
		<pubDate>Thu, 14 May 2009 01:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35275</guid>
		<description>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery –  This is an important tutorial in improving pagination with AJAX. [...]</description>
		<content:encoded><![CDATA[<p>[...] Easily Build Powerful Client-Side AJAX Paging Using jQuery –  This is an important tutorial in improving pagination with AJAX. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/#comment-35168</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Thu, 30 Apr 2009 22:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=337#comment-35168</guid>
		<description>I do remember “old good time” when we use struts (good old MVC stuff ;-) to make web sites.
Get data from Oracle / M$ SQL, convert to XML - neither one can feed you XML directly at that time.
We use XSLT to produce HTML from XML _on server_.
The idea was to move this burden to a client one day.
Basically _decouple_ presentation/view from business logic.
A web designer were able to update XSLT and we don’t need to change a single line of code.
And he can tune it easily without any programmer help.

Sigh… Long time.
I _actually_ thought, M$ will come VS add-on one day to generate/edit/debug XSLT transformations, as they widely adopt XML everywhere.
Never happens…

Too many mistakes… (On my side to chose the right approach)

&gt; XSLT… just couldn’t find widespread adoption because it’s complicated for a lot of people to understand.
Gee, I don’t think jQuery is any easier.
No doubt, it’s more flexible, but we are talking about “right tool for right job”, right?
Or people (programmer &amp;&amp; designers) get smarter over last decade or so? ;-)</description>
		<content:encoded><![CDATA[<p>I do remember “old good time” when we use struts (good old MVC stuff ;-) to make web sites.<br />
Get data from Oracle / M$ SQL, convert to XML &#8211; neither one can feed you XML directly at that time.<br />
We use XSLT to produce HTML from XML _on server_.<br />
The idea was to move this burden to a client one day.<br />
Basically _decouple_ presentation/view from business logic.<br />
A web designer were able to update XSLT and we don’t need to change a single line of code.<br />
And he can tune it easily without any programmer help.</p>
<p>Sigh… Long time.<br />
I _actually_ thought, M$ will come VS add-on one day to generate/edit/debug XSLT transformations, as they widely adopt XML everywhere.<br />
Never happens…</p>
<p>Too many mistakes… (On my side to chose the right approach)</p>
<p>&gt; XSLT… just couldn’t find widespread adoption because it’s complicated for a lot of people to understand.<br />
Gee, I don’t think jQuery is any easier.<br />
No doubt, it’s more flexible, but we are talking about “right tool for right job”, right?<br />
Or people (programmer &amp;&amp; designers) get smarter over last decade or so? ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
