I am using the jquery tablesorter plugin and applies it to a table with id : #table
my search facility requests for results via ajax and replaces the table with a ne
$.live() will not work in this case. You'll need to manually re-apply it to all new tables following the ajax-success.