[jQuery] tablesorter & ajax help

2009-12-16 Thread tjones
Hello, I'm totally new to using Tablesorter, for the most part. I have used it for static content and it's worked great. The problem I'm running in to is I would like to use a popup menu to choose which table to display but the sorting does not seem to work. It displays the table but I cant sort an

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

[jQuery] tablesorter + AJAX

2009-11-09 Thread sumdog
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: Loading... $(document).ready( function() { $.get('/ajaxRates',{}, function(data) { $('#mainContent').

[jQuery] tablesorter AJAX resort

2008-10-15 Thread blasto333
I have an table that a user can sort by selecting one or more columns. A user can then do a search on the table which will clear out the tbody and then insert new table rows into the . When this happens the table headings still have the user selections for which columns they want sorted, but the