[jQuery] Re: Tablesorter - Custom Sorts

2008-05-14 Thread Daniel Eriksson
I can't get your example to work. When I try to debug by adding this line: var r, v; console.log(node.attr(textExtraction)); try { v = node.attr(textExtraction); } I get the error node.attr is not a function. /Daniel On Tue, May 13, 2008 at 11:09 PM, Scott [EMAIL

[jQuery] Re: Tablesorter - Custom Sorts

2008-05-14 Thread Daniel Eriksson
(I hope I didn't double post this) I can't get your example to work. When I try to debug by adding this line: var r, v; console.log(node.attr(textExtraction)); try { v = node.attr(textExtraction); } I get the error node.attr is not a function. On May 13, 11:09 pm,

[jQuery] Tablesorter - Sorting a column with multiple tds

2008-04-29 Thread Daniel Eriksson
How do you sort a column that contains multiple tds? Take a look at this example: table cellspacing=1 class=tablesorter thead tr th colspan=2first name/th thlast name/th /tr /thead tbody tr tdinput type=checkbox name=cb_1

[jQuery] Tablesorter - Sorting a column with multiple tds

2008-04-24 Thread Daniel Eriksson
How do you sort a column that contains multiple tds? Look at this example: table cellspacing=1 class=tablesorter thead tr th colspan=2first name/th thlast name/th /tr /thead tbody tr tdinput type=checkbox name=cb_1 //td