[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-17 Thread Rigent
Great stuff Christian thanks! -- View this message in context: http://www.nabble.com/Announce%3A-jQuery-Tablesorter-2.0.1-Released-tf4468417s15494.html#a12742917 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: TableSorter properties

2007-09-17 Thread Rigent
You have to love undocumented features :) Using the debugger I noticed that all of my columns were being parsed as 'text' so I downloaded the unpacked JS (I'm not much of a fiddler) and looked for the parser names the script was looking for. I should have done this before I assumed that 'date' w

[jQuery] Re: TableSorter properties

2007-09-17 Thread Rigent
wrote: > > Hi Rigent, > > Try this: > > Change: > > To: > > > I will be releasing version 2.0.1 of tablesorter today or tomorrow with > support for jQuery 1.2. > > /christian > -- View this message in context: http://www.nabble.com/TableSo

[jQuery] TableSorter properties

2007-09-14 Thread Rigent
I'm loving the tablesorter plugin, everything works splendidly except I can't get a column to sort dates. Here's the init function I'm using to: - set the two CSS classes for the active TH, - disable sorting on the first column, - sort the 5th column by date, - force the first column sort onload