<?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: jPaginate: A Fancy jQuery Pagination Plugin</title>
	<atom:link href="http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/</link>
	<description>useful drops of code</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:45:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anton Andreasson</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-4136</link>
		<dc:creator>Anton Andreasson</dc:creator>
		<pubDate>Thu, 04 Mar 2010 09:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-4136</guid>
		<description>Is there any way I could use existing markup for this plugin? I&#039;m aiming at using it for a horizontal calendar type of thing, with clickable days, and I must have a fallback where the links work without JS.</description>
		<content:encoded><![CDATA[<p>Is there any way I could use existing markup for this plugin? I&#8217;m aiming at using it for a horizontal calendar type of thing, with clickable days, and I must have a fallback where the links work without JS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cody</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-4135</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-4135</guid>
		<description>Hi Glenn, thanks a lot! I will fix that bug.
Regards</description>
		<content:encoded><![CDATA[<p>Hi Glenn, thanks a lot! I will fix that bug.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Gervais</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-4131</link>
		<dc:creator>Glenn Gervais</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-4131</guid>
		<description>To fix the IE8 issue that causes the last number to wrap, change the line at the bottom of jquery.paginate.js from:

_ul.css(&#039;width&#039;,insidewidth+&#039;px&#039;);

to:

if(ver == &#039;ie7&#039;) _ul.css(&#039;width&#039;,insidewidth+8+&#039;px&#039;);
else _ul.css(&#039;width&#039;,insidewidth+&#039;px&#039;);

Note that you may have to tweak the 8 depending on your stylesheet.</description>
		<content:encoded><![CDATA[<p>To fix the IE8 issue that causes the last number to wrap, change the line at the bottom of jquery.paginate.js from:</p>
<p>_ul.css(&#8217;width&#8217;,insidewidth+&#8217;px&#8217;);</p>
<p>to:</p>
<p>if(ver == &#8216;ie7&#8242;) _ul.css(&#8217;width&#8217;,insidewidth+8+&#8217;px&#8217;);<br />
else _ul.css(&#8217;width&#8217;,insidewidth+&#8217;px&#8217;);</p>
<p>Note that you may have to tweak the 8 depending on your stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Gervais</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-4130</link>
		<dc:creator>Glenn Gervais</dc:creator>
		<pubDate>Mon, 01 Mar 2010 16:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-4130</guid>
		<description>IE8 wraps the last number onto another line. This can be seen in Demo 1 and Demo 2. The issue appears whether or not you&#039;re in compatibility mode.</description>
		<content:encoded><![CDATA[<p>IE8 wraps the last number onto another line. This can be seen in Demo 1 and Demo 2. The issue appears whether or not you&#8217;re in compatibility mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalil</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-3493</link>
		<dc:creator>Khalil</dc:creator>
		<pubDate>Sat, 13 Feb 2010 22:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-3493</guid>
		<description>Hello, Buddies!

I am also confused, will anybody help us how can we use it with PHP + MYSQL?

Thank you.</description>
		<content:encoded><![CDATA[<p>Hello, Buddies!</p>
<p>I am also confused, will anybody help us how can we use it with PHP + MYSQL?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvaro</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-3286</link>
		<dc:creator>Alvaro</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-3286</guid>
		<description>Hi,

How could be this one used with PHP+MySQL? I mean, how should I modify

onChange     			: function(page){
											$(&#039;._current&#039;,&#039;#paginationdemo&#039;).removeClass(&#039;_current&#039;).hide();
											$(&#039;#p&#039;+page).addClass(&#039;_current&#039;).show();
										  }

to make a call to my php page which loads the data?

Thanks for this one! It&#039;s really nice</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How could be this one used with PHP+MySQL? I mean, how should I modify</p>
<p>onChange     			: function(page){<br />
											$(&#8217;._current&#8217;,'#paginationdemo&#8217;).removeClass(&#8217;_current&#8217;).hide();<br />
											$(&#8217;#p&#8217;+page).addClass(&#8217;_current&#8217;).show();<br />
										  }</p>
<p>to make a call to my php page which loads the data?</p>
<p>Thanks for this one! It&#8217;s really nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery plugins for forms &#124; WebDesignExpert.Me</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-2470</link>
		<dc:creator>jQuery plugins for forms &#124; WebDesignExpert.Me</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-2470</guid>
		<description>[...] jPaginate &#8211; fancy jQuery pagination plugin &#8211; Link. [...]</description>
		<content:encoded><![CDATA[<p>[...] jPaginate &#8211; fancy jQuery pagination plugin &#8211; Link. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdsans</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-2404</link>
		<dc:creator>jdsans</dc:creator>
		<pubDate>Mon, 18 Jan 2010 23:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-2404</guid>
		<description>very nice page navigator</description>
		<content:encoded><![CDATA[<p>very nice page navigator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Sokolow&#8217;s Blog &#187; SQL Pagination Without OFFSET</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-2213</link>
		<dc:creator>Stephan Sokolow&#8217;s Blog &#187; SQL Pagination Without OFFSET</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-2213</guid>
		<description>[...] doing that, I also ran across jPaginate (demo), a jQuery pagination plugin that, as long as you provide a gracefully-degrading fallback, is [...]</description>
		<content:encoded><![CDATA[<p>[...] doing that, I also ran across jPaginate (demo), a jQuery pagination plugin that, as long as you provide a gracefully-degrading fallback, is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Phan</title>
		<link>http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/comment-page-1/#comment-2091</link>
		<dc:creator>Ken Phan</dc:creator>
		<pubDate>Sat, 09 Jan 2010 10:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=804#comment-2091</guid>
		<description>hello all !
I think this plugin can implement to my plugin jpager. Also next version, i will implement it to my plugin.
Check plugin jPager here url: http://kenphan.info/view/2010/01/Cach-su-dung-jQuery-jPager-plugin.html
Difficult for you to read that article, pls using Google Translate to translate to English language. (that site is the Vietnamese language).
Download it here: http://kenphan.info/download/jpager.rar

Thanks all</description>
		<content:encoded><![CDATA[<p>hello all !<br />
I think this plugin can implement to my plugin jpager. Also next version, i will implement it to my plugin.<br />
Check plugin jPager here url: <a href="http://kenphan.info/view/2010/01/Cach-su-dung-jQuery-jPager-plugin.html" rel="nofollow">http://kenphan.info/view/2010/01/Cach-su-dung-jQuery-jPager-plugin.html</a><br />
Difficult for you to read that article, pls using Google Translate to translate to English language. (that site is the Vietnamese language).<br />
Download it here: <a href="http://kenphan.info/download/jpager.rar" rel="nofollow">http://kenphan.info/download/jpager.rar</a></p>
<p>Thanks all</p>
]]></content:encoded>
	</item>
</channel>
</rss>
