<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>AjaxMasters Blog &#187; pagination</title> <atom:link href="http://blog.ajaxmasters.com/tag/pagination/feed/" rel="self" type="application/rss+xml" /><link>http://blog.ajaxmasters.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Thu, 24 Jun 2010 11:55:25 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>jQuery Pagination Plugin</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/</link> <comments>http://blog.ajaxmasters.com/jquery-pagination-plugin/#comments</comments> <pubDate>Tue, 22 Sep 2009 22:15:03 +0000</pubDate> <dc:creator>Chocksy</dc:creator> <category><![CDATA[Tutorial]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[pagination]]></category> <category><![CDATA[plugin]]></category><guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26</guid> <description><![CDATA[<a
href="http://blog.ajaxmasters.com/jquery-pagination-plugin/"><img
align="left" hspace="5" width="150" height="150" src="http://blog.ajaxmasters.com/wp-content/uploads/2009/09/jquery-pag-pic-170x170.png" class="alignleft wp-post-image tfe" alt="jQuery pagination" title="jquery-pag-pic" /></a>Description
When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another. This plugin creates these navigational elements.
Usage
Include the pagination plugin script and the pagination.css file in your HTML page. In your HTML body create a container tag pair that will hold the link elements. Give it an id [...]]]></description> <content:encoded><![CDATA[<div
id="attachment_27" class="wp-caption aligncenter" style="width: 510px"><a
href="http://blog.ajaxmasters.com/wp-content/uploads/2009/09/jquery-pag-pic.png"><img
class="size-full wp-image-27" title="jquery-pag-pic" src="http://blog.ajaxmasters.com/wp-content/uploads/2009/09/jquery-pag-pic.png" alt="jQuery pagination" width="500" height="300" /></a><p
class="wp-caption-text">jQuery pagination</p></div><p><strong>Description</strong></p><p>When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another. This plugin creates these navigational elements.</p><p><strong>Usage</strong></p><p>Include the pagination plugin script and the pagination.css file in your HTML page. In your HTML body create a container tag pair that will hold the link elements. Give it an id attribute (e.g. &#8220;News-Pagination&#8221;)</p><p>After you have loaded the contents and know how many items you want to display overall, create the pagination like this:</p><pre class="brush: jscript;">
	// First Parameter: number of items
	// Second Parameter: options object
	$(&quot;#News-Pagination&quot;).pagination(122, {
		items_per_page:20,
		callback:loadContents
	});
</pre><p>This will create the navigation links inside the container. You will see the numbers 1-7, the first number is highlighted. When you click on another number, the highlighting changes and your callback function &#8220;loadContents&#8221; is called.</p><p>The plugin is highly configurable through the option parameter and all elements can be styled separately.</p><p>You can check out a demo <a
href="http://tutorials.ajaxmasters.com/pagination-demo/">here</a>.<br
/> And download the source code <a
href="http://tutorials.ajaxmasters.com/pagination-demo/source.zip">here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://blog.ajaxmasters.com/jquery-pagination-plugin/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 7/27 queries in 0.014 seconds using disk

Served from: blog.ajaxmasters.com @ 2010-07-31 13:32:59 -->