<?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: Sweet Pages: A jQuery Pagination Solution</title>
	<atom:link href="http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:23:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ken</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-21355</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 02 Jan 2012 23:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-21355</guid>
		<description>Ok, I&#039;m a persistent git and eventually I figured it all out. The main thing was a spelling mistake. Damn! Then after that there were CSS issues that I&#039;m still tweaking to get this aligned correctly. Any CSS wiz&#039;s that feel like giving me a hint on why all my images are shifted to the right would find me very grateful.</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;m a persistent git and eventually I figured it all out. The main thing was a spelling mistake. Damn! Then after that there were CSS issues that I&#8217;m still tweaking to get this aligned correctly. Any CSS wiz&#8217;s that feel like giving me a hint on why all my images are shifted to the right would find me very grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-21352</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 02 Jan 2012 22:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-21352</guid>
		<description>Oh also, RAD MKT, it may be of interest to you that I did precisely what you suggest -- changing # anchors and changing them to classes -- and I think that part of things works. It&#039;s only when it gets to lines 70-95 where things seem to not go to plan (and I&#039;m left with no navigational elements).</description>
		<content:encoded><![CDATA[<p>Oh also, RAD MKT, it may be of interest to you that I did precisely what you suggest &#8212; changing # anchors and changing them to classes &#8212; and I think that part of things works. It&#8217;s only when it gets to lines 70-95 where things seem to not go to plan (and I&#8217;m left with no navigational elements).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-21351</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 02 Jan 2012 22:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-21351</guid>
		<description>Great content and instruction. I decided to take this example and bring it into my Wordpress environment. I&#039;m a bit of a novice to jQuery and relatively new to Wordpress so I&#039;m in a &quot;high risk group&quot; for making dumb mistakes but I&#039;ve been banging my head for a while now and hoping the group can help. 

Take a look at my demo page: http://ken.net/xxyyzz 

It displays the thumbnails appropriately and the overflow goes into a hidden page to the right but the navigational elements never come up. :^(

Don&#039;t know if this has any bearing on my problem but one thing I had to do to get this working was to change away from the &#039;$&#039; reference in lines 97 to 111 in the JS file as Jan suggested earlier. This was driving me crazy but changing that made it so it started to run the script and clearly has done the work of breaking the  elements into discrete pages. No if only I could get the navigational elements to show up. 

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Great content and instruction. I decided to take this example and bring it into my WordPress environment. I&#8217;m a bit of a novice to jQuery and relatively new to WordPress so I&#8217;m in a &#8220;high risk group&#8221; for making dumb mistakes but I&#8217;ve been banging my head for a while now and hoping the group can help. </p>
<p>Take a look at my demo page: http://ken.net/xxyyzz </p>
<p>It displays the thumbnails appropriately and the overflow goes into a hidden page to the right but the navigational elements never come up. :^(</p>
<p>Don&#8217;t know if this has any bearing on my problem but one thing I had to do to get this working was to change away from the &#8216;$&#8217; reference in lines 97 to 111 in the JS file as Jan suggested earlier. This was driving me crazy but changing that made it so it started to run the script and clearly has done the work of breaking the  elements into discrete pages. No if only I could get the navigational elements to show up. </p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-20760</link>
		<dc:creator>Axel</dc:creator>
		<pubDate>Sun, 04 Dec 2011 09:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-20760</guid>
		<description>did you find the answer?</description>
		<content:encoded><![CDATA[<p>did you find the answer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAD MKT</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-20685</link>
		<dc:creator>RAD MKT</dc:creator>
		<pubDate>Wed, 30 Nov 2011 13:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-20685</guid>
		<description>Hi there,

First off, great work!

I am curious if the #holder and #mail ids can be changed to classes. 

The reason is because I&#039;m trying to implement more than one of these paginated blocks on one page. 

When I modify the js/ids to classes, all of the paginated items get grouped into one block, when it would be ideal for them to be separated.

Any input would be most appreciated.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>First off, great work!</p>
<p>I am curious if the #holder and #mail ids can be changed to classes. </p>
<p>The reason is because I&#8217;m trying to implement more than one of these paginated blocks on one page. </p>
<p>When I modify the js/ids to classes, all of the paginated items get grouped into one block, when it would be ideal for them to be separated.</p>
<p>Any input would be most appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-13930</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Thu, 23 Dec 2010 06:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-13930</guid>
		<description>I&#039;m having a problem. The li goes under the ul holder at the bottom when setting it to display one li per page, help?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem. The li goes under the ul holder at the bottom when setting it to display one li per page, help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-12544</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-12544</guid>
		<description>PS: the above piece of code goes into script.js and replaces the lines 97 to 111

sorry about that</description>
		<content:encoded><![CDATA[<p>PS: the above piece of code goes into script.js and replaces the lines 97 to 111</p>
<p>sorry about that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-12543</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-12543</guid>
		<description>never mind, i found the solution (took me a few hours). anyway here it is

var $s = jQuery.noConflict();


$s(document).ready(function(){
	/* The following code is executed once the DOM is loaded */
	
	// Calling the jQuery plugin and splitting the
	// #holder UL into pages of 1LIs each:
	
	$s(&#039;#holder&#039;).sweetPages({perPage:1});
	
	// The default behaviour of the plugin is to insert the 
	// page links in the ul, but we need them in the main container:

	var controls = $s(&#039;.swControls&#039;).detach();
	controls.appendTo(&#039;#main&#039;);
	
});

only this way it worked fine together with mootools and prototype :)

again, thank you for this great Pagination Solution, i just love it :)</description>
		<content:encoded><![CDATA[<p>never mind, i found the solution (took me a few hours). anyway here it is</p>
<p>var $s = jQuery.noConflict();</p>
<p>$s(document).ready(function(){<br />
	/* The following code is executed once the DOM is loaded */</p>
<p>	// Calling the jQuery plugin and splitting the<br />
	// #holder UL into pages of 1LIs each:</p>
<p>	$s(&#8216;#holder&#8217;).sweetPages({perPage:1});</p>
<p>	// The default behaviour of the plugin is to insert the<br />
	// page links in the ul, but we need them in the main container:</p>
<p>	var controls = $s(&#8216;.swControls&#8217;).detach();<br />
	controls.appendTo(&#8216;#main&#8217;);</p>
<p>});</p>
<p>only this way it worked fine together with mootools and prototype :)</p>
<p>again, thank you for this great Pagination Solution, i just love it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-12526</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Thu, 04 Nov 2010 22:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-12526</guid>
		<description>very very nice solution. in my opinion, one of the best paginations i&#039;ve ever seen.

im trying to use this pagination solution together with mootols (i know....) and im getting all the time $(&quot;#holder&quot;).sweetPages is not a function or similar errors. I added

var $h = jQuery.noConflict();

at the beginning of the js file and also replaced all $ with $h, but still the error remains

any sugestions ??

thank you in advance</description>
		<content:encoded><![CDATA[<p>very very nice solution. in my opinion, one of the best paginations i&#8217;ve ever seen.</p>
<p>im trying to use this pagination solution together with mootols (i know&#8230;.) and im getting all the time $(&#8220;#holder&#8221;).sweetPages is not a function or similar errors. I added</p>
<p>var $h = jQuery.noConflict();</p>
<p>at the beginning of the js file and also replaced all $ with $h, but still the error remains</p>
<p>any sugestions ??</p>
<p>thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcmacon</title>
		<link>http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/#comment-11819</link>
		<dc:creator>jcmacon</dc:creator>
		<pubDate>Thu, 07 Oct 2010 18:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=879#comment-11819</guid>
		<description>how would you sugest adding the navigation buttons to the top of the ul and the bottom at the same time.

and while someone asked earlier, but I didn&#039;t see an answer, what about adding next and previous for something like:

&lt;&gt; 

I love this pagination tutorial, other than adding the nav at the top and next/previous this has been very lightweight and perfect for several of the pages I am building.  Also, very easy to implement.</description>
		<content:encoded><![CDATA[<p>how would you sugest adding the navigation buttons to the top of the ul and the bottom at the same time.</p>
<p>and while someone asked earlier, but I didn&#8217;t see an answer, what about adding next and previous for something like:</p>
<p>&lt;&gt; </p>
<p>I love this pagination tutorial, other than adding the nav at the top and next/previous this has been very lightweight and perfect for several of the pages I am building.  Also, very easy to implement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-08 15:13:22 -->
