[jQuery] Re: Jquery pagination plugin problem

2009-02-08 Thread deviateDesigns
use a method like: > var items_per_page = 10; > function pageSelectCallback(page_index, container){ >             $("table tr").hide(); >             var start = page_index * items_per_page; >             $("table tr:gt("+start+"):lt("+items_per_page+")")

[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