[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2008-01-31 Thread garivin
Any news about multiple tags in a ? tlphipps wrote: > > > Personally I would prefer the metadata approach since I'm already > using metadata to control other tablesorter parameters. > > Thanks for tackling this issue! > > On Sep 19, 10:22 am, "Christian Bach" <[EMAIL PROTECTED]> > wrote

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-21 Thread Christian Bach
Bill, Try the updated version, it fixes this issue: http://tablesorter.com/jquery.tablesorter.pack.js /christian 2007/9/20, Bill Huber <[EMAIL PROTECTED]>: > > > > Thanks for the great work Christian! I did find that the 2.0.1 packed > version > does not work for me. It complains about a miss

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-20 Thread Bill Huber
Thanks for the great work Christian! I did find that the 2.0.1 packed version does not work for me. It complains about a missing semi-colon. I ran the code through online lint(http://www.javascriptlint.com/online_lint.php) and it points at line 235. The unpacked and minified version worked since

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-19 Thread tlphipps
Personally I would prefer the metadata approach since I'm already using metadata to control other tablesorter parameters. Thanks for tackling this issue! On Sep 19, 10:22 am, "Christian Bach" <[EMAIL PROTECTED]> wrote: > Hi, > > I can take a look into this issue on Thursday. > > One way to solve

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-19 Thread Christian Bach
Hi, I can take a look into this issue on Thursday. One way to solve this would either to have a option in the plugin constructor that would allow you to specify a row index or use the metadata plugin. Do you have a preferred way? /christian 2007/9/19, tlphipps <[EMAIL PROTECTED]>: > > > Chri

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-19 Thread tlphipps
Christian, have you had a chance to look into the issue with multiple tags in a ? I've verified that this issue still exists with the 2.0.1 version of the tablesorter code. Any help or insight you could provide on this issue would be greatly appreciated. I sent the following off-list a few wee

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-18 Thread Christian Bach
Thanks Kia, saved a few more bytes! Removed and updated tablesorter.com with the latest version. /christian 2007/9/18, Kia Niskavaara <[EMAIL PROTECTED]>: > > > > Thanks for the update!! > > I've noticed that you've included two almost identical sorters: > > $.tablesorter.addParser({ >

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-18 Thread Kia Niskavaara
Thanks for the update!! I've noticed that you've included two almost identical sorters: $.tablesorter.addParser({ id: "integer", is: function(s) { return s.match(new RegExp(/^\d+$/)); }, format: func

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-18 Thread Christian Bach
Hi Chris, Nope there is no reason other than that i forgot to delete it. Its removed now. Thanks for the feedback. /christian 2007/9/17, Chris <[EMAIL PROTECTED]>: > > > Is there a reason jquery-1.1.3.js is included in the Zip file when > 1.2.1 is required? > > On Sep 17, 12:37 pm, "Christia

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-17 Thread Chris
Is there a reason jquery-1.1.3.js is included in the Zip file when 1.2.1 is required? On Sep 17, 12:37 pm, "Christian Bach" <[EMAIL PROTECTED]> wrote: > Hi list! > > Just uploaded the new version of tablesorter that works with the 1.2 release > of jQuery. > > Here are the main changes in version

[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.