What constitutes "manipulation"? It's a dynamic table, so I use PHP and a
MySQL query to "populate" it with data. I removed a PHP script that gave
each table row a class - though I didn't touch a similar touch that gives
each table cell a class.

At any rate, I'll replace the entire dynamic table script with a simple
table from my source code tomorrow and see how that works.

Thanks for the tip.

On Tue, Dec 9, 2008 at 4:20 PM, MorningZ <[EMAIL PROTECTED]> wrote:

>
> Understanding
>
>
>  $(document).ready(function()
>  {
>  $("#myTable").tablesorter({ widgets: ['zebra']} );
>  }
>  );
>
>
>
> would go a long way to understanding why/how...
>
> That code gets executed *one single time*, when the page is pulled up
> and the DOM is "ready"
>
> if at some point after that, you manipulate "#myTable", then the
> tablesorting functionality is *gone* and it will need to be wired up
> upon re-population...



>
>

Reply via email to