Re: [jQuery] tablesorter + AJAX

2009-11-10 Thread sumdog
Nevermind. My original approach worked. I had just forgotten to use th tags instead of td tags in the thead section of the table in my AJAX call. Silly mistake. aquaone wrote: > > try: > $('#mainContent').html(data).find('#ratesTable').tablesorter(); > > > > On Mon, Nov 9, 2009 at 20:38,

Re: [jQuery] tablesorter + AJAX

2009-11-10 Thread aquaone
try: $('#mainContent').html(data).find('#ratesTable').tablesorter(); On Mon, Nov 9, 2009 at 20:38, sumdog wrote: > > Hey there, > > I've read through several AJAX+tablesorter posts and am still a little > confuzzled on this. I am loading an entire table into a div like so: > > >Loadin