Hi,

there is a new undocumented features for this type of behaviour take a look
at:
http://tablesorter.com/docs/example-triggers.html

/christian

2007/12/12, Arturo <[EMAIL PROTECTED]>:
>
>
> I use a code to bgcolor odd table rows in my tables. Something like:
>
> <code>
> $('table').find('tr:odd').css({backgroundColor: '#fffbdd'});
> </code>
>
> And I'd like to keep the zebra-colouring after a table sorting with
> tablesorter().
> But I've looked at the docuentation on the plugin and it doesn't seem
> to provide a way to attach a function to the end of the
> tablesorting...
>
> Could this feature be added?  Can this be done by any other means?
>
> Thanks a lot (for the great plugin and the eventual responses)!!
>

Reply via email to