[jQuery] Re: Tablesorter Questions

2007-08-27 Thread Josh Nathanson
2007 12:11 PM Subject: [jQuery] Re: Tablesorter Questions @Rey, The very same - thanks to your continued evangelism of jQuery I've finally caught the bug! Best Wishes, Peter On 8/27/07 2:36 PM, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: Hi Peter, welcome to the jQuery l

[jQuery] Re: Tablesorter Questions

2007-08-27 Thread Peter Bell
@Josh, Worked perfectly - jQuery is great - even *I* can make sense of it! @Rey, The very same - thanks to your continued evangelism of jQuery I've finally caught the bug! Best Wishes, Peter On 8/27/07 2:36 PM, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > > Hi Peter, welcome to the jQuery

[jQuery] Re: Tablesorter Questions

2007-08-27 Thread Rey Bango
Is this the same Peter Bell of ColdFusion fame? :D Rey Peter Bell wrote: I'm using tablesorter (http://tablesorter.com/docs/) with paging and have a couple of questions. 1. I'm using the fixedwidth and paging. The up/down arrows in the header are overlapping the header text in some cells when

[jQuery] Re: Tablesorter Questions

2007-08-27 Thread Josh Nathanson
Hi Peter, welcome to the jQuery list! Try just changing the "val" to "text" in the plugin - as long as you keep the class name the same it should work: var s = $(c.cssPageDisplay,c.container).text((c.page+1) + c.seperator + c.totalPages); Now, best case scenario you don't want to change the p