<?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 Pagination Plugin</title> <atom:link href="http://blog.ajaxmasters.com/jquery-pagination-plugin/feed/" rel="self" type="application/rss+xml" /><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/</link> <description>Just another WordPress weblog</description> <lastBuildDate>Mon, 26 Dec 2011 10:33:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: hoseni_68</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-39235</link> <dc:creator>hoseni_68</dc:creator> <pubDate>Mon, 26 Dec 2011 10:33:26 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-39235</guid> <description>hi
thank you.</description> <content:encoded><![CDATA[<p>hi<br
/> thank you.</p> ]]></content:encoded> </item> <item><title>By: VVK</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-35445</link> <dc:creator>VVK</dc:creator> <pubDate>Wed, 02 Nov 2011 04:14:07 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-35445</guid> <description>nicely done..</description> <content:encoded><![CDATA[<p>nicely done..</p> ]]></content:encoded> </item> <item><title>By: cris</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-34102</link> <dc:creator>cris</dc:creator> <pubDate>Tue, 18 Oct 2011 13:18:32 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-34102</guid> <description>can this be used with data extracted from a database?</description> <content:encoded><![CDATA[<p>can this be used with data extracted from a database?</p> ]]></content:encoded> </item> <item><title>By: Tim Abell</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-27915</link> <dc:creator>Tim Abell</dc:creator> <pubDate>Wed, 03 Aug 2011 15:16:08 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-27915</guid> <description>Seems to be on github here: https://github.com/gbirke/jquery_pagination/The author matches. The one on github is much newer (v2.2) than the one linked from this post (v1.2).</description> <content:encoded><![CDATA[<p>Seems to be on github here: <a
href="https://github.com/gbirke/jquery_pagination/" rel="nofollow">https://github.com/gbirke/jquery_pagination/</a></p><p>The author matches. The one on github is much newer (v2.2) than the one linked from this post (v1.2).</p> ]]></content:encoded> </item> <item><title>By: ob1</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-25319</link> <dc:creator>ob1</dc:creator> <pubDate>Mon, 27 Jun 2011 17:27:11 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-25319</guid> <description>Thank you for this plugin !!! Very nice and usefull !!! :)</description> <content:encoded><![CDATA[<p>Thank you for this plugin !!! Very nice and usefull !!! <img
src='http://blog.ajaxmasters.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: baa</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-25110</link> <dc:creator>baa</dc:creator> <pubDate>Fri, 24 Jun 2011 02:20:36 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-25110</guid> <description>I am searching to paginate and on click scrollto with easing. is it easily doable with your plugin?
-
great plugin!
thanks</description> <content:encoded><![CDATA[<p>I am searching to paginate and on click scrollto with easing. is it easily doable with your plugin?<br
/> -<br
/> great plugin!<br
/> thanks</p> ]]></content:encoded> </item> <item><title>By: Eric</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-19258</link> <dc:creator>Eric</dc:creator> <pubDate>Sat, 26 Mar 2011 15:24:31 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-19258</guid> <description>Ps. I did want to say that off the 3-4 pagination jQuery plugins I&#039;ve reviewed I like the usability of yours the *best*.  And you&#039;ve commented your code much better than the others I&#039;d say.I probably didn&#039;t communicate what I wanted to say very well in my last post.  For reference take a look at the Pajinate plugin&#039;s usage.  With this plugin, you just need to provide some static markup representing all your search results wrapped in a ul tag.  Then all you need to do is point the plugin at your wrapper ID/class.  The plugin takes care of the rest so you don&#039;t need any other JavaScript to implement to make it all work.  It&#039;s dead simple to implement for the user of the plugin.  This is the approach I&#039;d recommend taking a look at if you plan to make updates to your plugin.Thanks,
Eric</description> <content:encoded><![CDATA[<p>Ps. I did want to say that off the 3-4 pagination jQuery plugins I&#8217;ve reviewed I like the usability of yours the *best*.  And you&#8217;ve commented your code much better than the others I&#8217;d say.</p><p>I probably didn&#8217;t communicate what I wanted to say very well in my last post.  For reference take a look at the Pajinate plugin&#8217;s usage.  With this plugin, you just need to provide some static markup representing all your search results wrapped in a ul tag.  Then all you need to do is point the plugin at your wrapper ID/class.  The plugin takes care of the rest so you don&#8217;t need any other JavaScript to implement to make it all work.  It&#8217;s dead simple to implement for the user of the plugin.  This is the approach I&#8217;d recommend taking a look at if you plan to make updates to your plugin.</p><p>Thanks,<br
/> Eric</p> ]]></content:encoded> </item> <item><title>By: Eric</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-19234</link> <dc:creator>Eric</dc:creator> <pubDate>Sat, 26 Mar 2011 06:18:51 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-19234</guid> <description>In your demo you&#039;re populating and switching the content that belongs for each tab in a custom function (&#039;pageselectCallback&#039; fn) that lives entirely outside the plugin.Shouldn&#039;t that belong in the plugin?  Isn&#039;t that the whole point of having a plugin for pagination?Eric</description> <content:encoded><![CDATA[<p>In your demo you&#8217;re populating and switching the content that belongs for each tab in a custom function (&#8216;pageselectCallback&#8217; fn) that lives entirely outside the plugin.</p><p>Shouldn&#8217;t that belong in the plugin?  Isn&#8217;t that the whole point of having a plugin for pagination?</p><p>Eric</p> ]]></content:encoded> </item> <item><title>By: chris</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-18912</link> <dc:creator>chris</dc:creator> <pubDate>Mon, 21 Mar 2011 23:47:36 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-18912</guid> <description>I just made custom pagination on jQuery hope this help you all
http://bit.ly/free-pagination</description> <content:encoded><![CDATA[<p>I just made custom pagination on jQuery hope this help you all<br
/> <a
href="http://bit.ly/free-pagination" rel="nofollow">http://bit.ly/free-pagination</a></p> ]]></content:encoded> </item> <item><title>By: Chocksy</title><link>http://blog.ajaxmasters.com/jquery-pagination-plugin/comment-page-1/#comment-18125</link> <dc:creator>Chocksy</dc:creator> <pubDate>Sun, 06 Mar 2011 09:53:13 +0000</pubDate> <guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=26#comment-18125</guid> <description>Yes no problem :)Thanks</description> <content:encoded><![CDATA[<p>Yes no problem <img
src='http://blog.ajaxmasters.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Thanks</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching using disk: basic
Object Caching 437/453 objects using disk: basic

Served from: blog.ajaxmasters.com @ 2012-02-07 16:28:55 -->
