This is exactly what I needed. Thank you to all you responded. The
information was perfect!
On Jun 18, 11:35 am, Alex <[EMAIL PROTECTED]> wrote:
> Hi Ken, luckily for us the brilliant Christian Bach created a widget
> system for Tablesorter so when you initialize your table use this
> instead $
Hi Ken, luckily for us the brilliant Christian Bach created a widget
system for Tablesorter so when you initialize your table use this
instead $("table#sorttable").tablesorter({widgets:["zebra"]}); this
will automatically apply a class of odd and even so you just have to
style it! There are some
Ken,
Tablesorter has a zebra capability built right in through the zebra
widget - see the docs for the tablesorter plugin. It will automatically
redo the striping after each sort. You can change your code to:
$(document).ready(function() {
$("table#sorttable").tablesorter({widgets: ['zebra
Tablesorter comes with a zebra-striping widget.
$("table").tablesorter({
widgets: ['zebra']
});
stephen
On Wed, Jun 18, 2008 at 6:34 AM, Ken <[EMAIL PROTECTED]> wrote:
>
> I have the following in my $(document).ready:
>
> $(document).ready(function() {
> $(".zebra tr:not([th]):even").addCl
4 matches
Mail list logo