Christian Bach wrote:
> Thanks, when the final version is released it will include more parser 
> and contributed parsers as a optional file.

Could you please post a 'float' parser to the list? I think there was one in 
the old tablesorter 
release, but unfortionatley I've deleted it.

I also think that I've found a bug. My toggle function doesn't work when using 
the tablesorter. I'm 
not sure why. When I remove the tablesorter, the toggle function works as 
expected:

$('#mytable tbody tr').toggle(function() {
   $(this).addClass("selected");
},function(){
   $(this).removeClass("selected");
});

Kia

Reply via email to