Hi,
The plugin name changed with the 2.0 release to ".tablesorter()".

Check out the docs @ http://tablesorter.com

/Christian

2008/5/20 Luciano <[EMAIL PROTECTED]>:

>
> hi,
> i want create sort table in 3 tables byclass
>
> the code:
>                $(".box table").tableSorter({
>                        sortColumn: 'name',
>                        sortClassAsc: 'header-asc',
>                        sortClassDesc: 'header-desc',
>                        highlightClass: 'highlight',
>                        headerClass: 'header',
>                });
>
> but, return ERROR:
> $(".caixa table").tableSorter is not a function
>
>

Reply via email to