<?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 Quick Pagination plugin</title>
	<atom:link href="http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 10 Jun 2010 15:58:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: osu</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-514</link>
		<dc:creator>osu</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-514</guid>
		<description>Hi Mark,

Nice plugin - only thing that I can&#039;t figure out is that using the basic example code in your demos page on a Joomla site and JQuery conflict (so it doesn&#039;t conflict with Mootools), it&#039;s skipping a page each time I click on previous or next links (i.e. on p1 if you click &#039;next&#039;, you go to p3).

Here&#039;s my code:

		$j(document).ready(function() {
			$j(function(){
				var wrap = $j(&#039;.latestnews&#039;);

				// set up click events to trigger the pagination plugins&#039; behaviour 

				$j(&#039;.prev&#039;).click(function(){
					wrap.trigger(&#039;prev.evtpaginate&#039;);
					return false;
				});

				$j(&#039;.next&#039;).click(function(){
					wrap.trigger(&#039;next.evtpaginate&#039;);
					return false;
				});	

				wrap.evtpaginate({perPage:5}); // call the plugin!
			});
		});

The list is like this:


 &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;link 1&lt;/a&gt;
 &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;link 2&lt;/a&gt;
 &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;link 3&lt;/a&gt;
...for 28 links


Any ideas what it could be?

Thanks,

osu</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Nice plugin &#8211; only thing that I can&#8217;t figure out is that using the basic example code in your demos page on a Joomla site and JQuery conflict (so it doesn&#8217;t conflict with Mootools), it&#8217;s skipping a page each time I click on previous or next links (i.e. on p1 if you click &#8216;next&#8217;, you go to p3).</p>
<p>Here&#8217;s my code:</p>
<p>		$j(document).ready(function() {<br />
			$j(function(){<br />
				var wrap = $j(&#8216;.latestnews&#8217;);</p>
<p>				// set up click events to trigger the pagination plugins&#8217; behaviour </p>
<p>				$j(&#8216;.prev&#8217;).click(function(){<br />
					wrap.trigger(&#8216;prev.evtpaginate&#8217;);<br />
					return false;<br />
				});</p>
<p>				$j(&#8216;.next&#8217;).click(function(){<br />
					wrap.trigger(&#8216;next.evtpaginate&#8217;);<br />
					return false;<br />
				});	</p>
<p>				wrap.evtpaginate({perPage:5}); // call the plugin!<br />
			});<br />
		});</p>
<p>The list is like this:</p>
<p> <a href="#" rel="nofollow">link 1</a><br />
 <a href="#" rel="nofollow">link 2</a><br />
 <a href="#" rel="nofollow">link 3</a><br />
&#8230;for 28 links</p>
<p>Any ideas what it could be?</p>
<p>Thanks,</p>
<p>osu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jereny</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-508</link>
		<dc:creator>Jereny</dc:creator>
		<pubDate>Fri, 14 May 2010 21:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-508</guid>
		<description>ready, problem solved, that was stupid</description>
		<content:encoded><![CDATA[<p>ready, problem solved, that was stupid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jereny</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-506</link>
		<dc:creator>Jereny</dc:creator>
		<pubDate>Thu, 13 May 2010 17:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-506</guid>
		<description>hello great plugin,

Simple but does the work, tell me how you set the auto play.

thanks</description>
		<content:encoded><![CDATA[<p>hello great plugin,</p>
<p>Simple but does the work, tell me how you set the auto play.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-220</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-220</guid>
		<description>Hi Travis - If you could post a link to the page (or email me it if you prefer) I can have a look for you and try and see if I can see what is causing the issue? Probably the easiest way!</description>
		<content:encoded><![CDATA[<p>Hi Travis &#8211; If you could post a link to the page (or email me it if you prefer) I can have a look for you and try and see if I can see what is causing the issue? Probably the easiest way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Holliday</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-219</link>
		<dc:creator>Travis Holliday</dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-219</guid>
		<description>Hi - Great plug in!

One Issue - I&#039;m displaying three DL&#039;s per page - each has it&#039;s own &#039;read more&#039; link at the end. The last DL per page has double &#039;read more&#039; links. So, when a user clicks on it it shows the wrong information.

I can point you to the page in question if you are interested.

Thanks for a great plugin!</description>
		<content:encoded><![CDATA[<p>Hi &#8211; Great plug in!</p>
<p>One Issue &#8211; I&#8217;m displaying three DL&#8217;s per page &#8211; each has it&#8217;s own &#8216;read more&#8217; link at the end. The last DL per page has double &#8216;read more&#8217; links. So, when a user clicks on it it shows the wrong information.</p>
<p>I can point you to the page in question if you are interested.</p>
<p>Thanks for a great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Phan</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-218</link>
		<dc:creator>Ken Phan</dc:creator>
		<pubDate>Sat, 09 Jan 2010 10:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-218</guid>
		<description>Hello !
If you want using pagination plugin, pls try it here: http://kenphan.info/view/2010/01/Cach-su-dung-jQuery-jPager-plugin.html
That is a simple page used AJAX and JSON. The name is jPager. That jPager is easy install &amp; simply.</description>
		<content:encoded><![CDATA[<p>Hello !<br />
If you want using pagination plugin, pls try it here: <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 />
That is a simple page used AJAX and JSON. The name is jPager. That jPager is easy install &amp; simply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kilinkis</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-211</link>
		<dc:creator>kilinkis</dc:creator>
		<pubDate>Thu, 24 Dec 2009 08:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-211</guid>
		<description>how can we change the buttons text?
i want change the text to something like &quot;next 5&quot; or whatever
can we do it?
and what about adding some animations? how can we approach?
thx in advance!</description>
		<content:encoded><![CDATA[<p>how can we change the buttons text?<br />
i want change the text to something like &#8220;next 5&#8243; or whatever<br />
can we do it?<br />
and what about adding some animations? how can we approach?<br />
thx in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-201</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-201</guid>
		<description>Is there a reason why the Previous/Next classes are &quot;reversed&quot; from their names?</description>
		<content:encoded><![CDATA[<p>Is there a reason why the Previous/Next classes are &#8220;reversed&#8221; from their names?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-200</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-200</guid>
		<description>Another thing:I suppose it should have a css file for its style, but can&#039;t find it anywhere. Someone could advice it? 

I am asking that since I noticed once I click &lt;&lt;Pre&gt;&gt;, the item of content will change its place, it looks like uses &quot;visibility=hidden&quot; by CSS as well, but want to know what exactly code does. Please give me an idea. Thanks.</description>
		<content:encoded><![CDATA[<p>Another thing:I suppose it should have a css file for its style, but can&#8217;t find it anywhere. Someone could advice it? </p>
<p>I am asking that since I noticed once I click &lt;
<pre>&gt;, the item of content will change its place, it looks like uses &#8220;visibility=hidden&#8221; by CSS as well, but want to know what exactly code does. Please give me an idea. Thanks.</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://allmarkedup.com/journal/2008/10/jquery-quick-pagination-plugin/comment-page-1/#comment-197</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 20 Nov 2009 18:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://allmarkedup.com/?p=144#comment-197</guid>
		<description>Oh yeah! I fixed my fisrt page and last page disabled issue, just add a css as:

.qp_disabled {
visibility: hidden;
}

and it works well.</description>
		<content:encoded><![CDATA[<p>Oh yeah! I fixed my fisrt page and last page disabled issue, just add a css as:</p>
<p>.qp_disabled {<br />
visibility: hidden;<br />
}</p>
<p>and it works well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
