[jQuery] Re: Using Tablesorter with ajax generated tables

2009-05-06 Thread MorningZ
Put it at the end of the "changeBalanceTable" event On May 6, 2:36 am, Evan wrote: > I'm having a similar problem with my site > > I'm loading a table like this: > >     > > The changeBalanceTable() function simply inserts a table from a php > script into a div using .innerHTML = TABLE > > Sinc

[jQuery] Re: Using Tablesorter with ajax generated tables

2009-05-06 Thread Evan
I'm having a similar problem with my site I'm loading a table like this: The changeBalanceTable() function simply inserts a table from a php script into a div using .innerHTML = TABLE Since my table loads after 100ms how do I set my TableSorter to sort it since the table is not in the DOM

[jQuery] Re: Using Tablesorter with ajax generated tables

2009-05-03 Thread MorningZ
Showing some snip of code would go a long way for others to help you pretty much keep in mind that you can't wire up the ".tablesorter()" call until the table exists on the DOM On May 3, 3:51 pm, "msher...@gmail.com" wrote: > I am a newbie. > > I am wondering if someone can explain how to