Tablesorter fails after .ajax() clal
Hello,
I'm having the same problem this guy had:
http://forum.jquery.com/topic/tablesorter-and-ajax-problem
For multiple reasons, partly because I NEED to change more than just the rows of a table, I am using .ajax() to place external data into a table. The table is fine with the data loaded the first time, but of course, after data is replaced, the jQuery code stops working.
I read the FAQ; I can't use .load(); I tried to trigger an update; I even tried re-calling tablesorter() after the ajax call in my click function; all to no avail.
Please help... I can't be the only one who has this issue of needing to use both .ajax and jquery calls...