I have recently been experimenting with the tablesorter plugin for jQuery. I have successfully got it up and running in once instance, and am very impressed. However, I have tri
Use the ajaxStop function and the code will run after the ajax call is complete.
$("#DivBeingUpdated").ajaxStop(function(){ $("table").tablesorter() });