[jQuery] Re: JQuery TableSorter pager Plugin problem

2008-04-02 Thread lmrs
Quinode, Dan's suggestion of setting positionFixed to false worked for me, the pager div then shifted to wherever the bottom of the table was. The code I used: $("#schTable") .tablesorter({ headers: {

[jQuery] Re: JQuery TableSorter pager Plugin problem

2008-03-28 Thread Quinode
I cannot help you, just wanted to add that i try also to use the pager plugin, and it doesn't want to stay on the same place in the page : at every reload it goes up or down my table. I tried to fix this with CSS, but it does not solve the problem, random positions still occur.

[jQuery] Re: JQuery TableSorter pager Plugin problem

2008-03-28 Thread Dan G. Switzer, II
Paul, >I've recently installed the TableSorter widget for jquery. It all >worked fine, so I tried to go one step further, by installing the >pager plugin for TableSorter. > >The problem I have is that the div called 'pager' appears on top of my >table (at the bottom), instead of under the table,