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

[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:0

[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: first name last name peter parker john hood Clickin

[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: first name last name peter parker john hood Clicking on th