[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Christian Bach
> Does anyone have an example of how to stripe the data rows? The > default looks like it should be .odd & .even and I am using the blue > theme but nothing is getting striped. You need to pass the widgets option, try this: $("table").tablesorter({ sortForce: [0,0], widgets: ['zebra'] }

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Dan Vega
Does anyone have an example of how to stripe the data rows? The default looks like it should be .odd & .even and I am using the blue theme but nothing is getting striped. Thanks JQuery Grid .even { #000; } .odd {

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Christian Bach
Thanks guys! I will see to it that i add a short overview to the examples. /christian

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Deuce868
On Aug 16, 9:41 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > Christian... > > This plugin works WONDERFULLY. It's quick, looks great (the demos do) and it > will be a huge benefit to jQuery developers. > > I do have one critique though (and it's minor). On each demo page, I'd like > to see a

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Andy Matthews
Christian... This plugin works WONDERFULLY. It's quick, looks great (the demos do) and it will be a huge benefit to jQuery developers. I do have one critique though (and it's minor). On each demo page, I'd like to see a little more description of what's actually happening on the page. Basically

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread MichaL Sanger
Übercool!!! Thanks MichaL 2007/8/16, Christian Bach <[EMAIL PROTECTED]>: > Hi List, > > I just released the 2.0 version of tablesorter. > > Here are the highlight for this release: > > * Multi-column sorting > * Parsers for sorting text, URIs, integers, currency, floats, IP addresses, > dates (I

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Christian Bach
Chris, Glean and Sean: Thanks! I'm really happy with this release and hopefully it will solve all your table sorting needs. /christian

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Sean Catchpole
Looks great Christian. I've been using tablesorter for a while, very useful for adding quick sort functionality. ~Sean

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Glen Lipka
The widget system looks very interesting. I haven't heard of a plugin for a plugin yet. Blazing a new trail! Nice work! Glen On 8/15/07, Chris W. Parker <[EMAIL PROTECTED]> wrote: > > > On Wednesday, August 15, 2007 4:38 PM Christian Bach said: > > > Hi List, > > > > I just released the 2.0 ver

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Chris W. Parker
On Wednesday, August 15, 2007 4:38 PM Christian Bach said: > Hi List, > > I just released the 2.0 version of tablesorter. [snip] > Get it all at http://tablesorter.com Fantastic. Awesome. Amazing. Great.