[jQuery] pagination plugin

2009-08-25 Thread finneycanhelp
Hi, http://plugins.jquery.com/project/pagination mentions an IE 7 issue. Are people successfully using IE7 with this plugin? Thanks. -- Michael Finney - "Always Striving To Serve You Better Every Day" http://www.SmilingSoftwareSolutions.com

[jQuery] jQuery Pagination Plugin ( Need to increase the number rows per page )

2009-05-17 Thread bharani kumar
Hello All , I am using jQuery Pagination , the demo one is pagination with static data , Now i changed that static pagination into dynamic(retrieve data from db) , But the problem is , I cant display more then one row per page , Please find the attachment ,, Thanks -- உங்கள் நண்பன் பரணி

[jQuery] Re: Jquery pagination plugin problem

2009-02-09 Thread nate laws
There are a lot of ways to do it, here is a simple solution, of course 'length' will have to be determined somehow. var items_per_page = 10; var length = 1000; function pageSelectCallback(page_index, container){ $("#contentarea).load("url",{page:page_index}) return false;

[jQuery] Re: Jquery pagination plugin problem

2009-02-08 Thread deviateDesigns
How would set this up with list items and pulling from a external html file? I am new to using this library. On Feb 6, 8:28 pm, nate laws wrote: > I just tried this plugin for the first time today.  The think to > realize is that it does not directly have anything to do with which > items and

[jQuery] Re: Jquery pagination plugin problem

2009-02-06 Thread nate laws
I just tried this plugin for the first time today. The think to realize is that it does not directly have anything to do with which items and how many are displayed. Instead it only controls the pagination links. You have to manually display whichever items you want to be shown in the callback

[jQuery] Re: Jquery pagination plugin problem

2009-02-06 Thread deviateDesigns
I am having the same issue not sure what is the issue still researching looks like the items_per_page is passing only a 1. On Jan 26, 4:53 am, Andy789 wrote: > Hi all, > > I am playing with thepaginationplugin(http://plugins.jquery.com/ > node/5912) and cannot figure out how to change number of

[jQuery] Jquery pagination plugin problem

2009-01-26 Thread Andy789
Hi all, I am playing with the pagination plugin (http://plugins.jquery.com/ node/5912) and cannot figure out how to change number of items showing on a single page. Changing the param items_per_page changes the number of page links (navigation), but still shows a single item on a page. You may p

[jQuery] [Pagination Plugin] How to use it?

2008-07-05 Thread Raghu
Hi, I am trying to use Jquery pagination plugin. I have read documentation but things are still not clear to me. Can someone please help me? What exactly we need to do in callback function? Will this pagination plugin work with Ajax call? $("#News-Pagination").pagi

[jQuery] Pagination plugin (and jquery plugin instances in general)

2008-02-13 Thread J Moore
I'm using the pagination plugin at the top and bottom of a list. Works great, except that the two instances are independent. Clicking on page "3" in the one pagination instance will not change the other. I've thought of various solutions/workarounds, but they all involve getting access to the pa