[jQuery] tablesorter after a tr.remove()

[jQuery] tablesorter after a tr.remove()


I have a table that im adding rows to dynamically with jquery of
course, and every row has a click on it. when you click on it, it
removes that row from the table. im using the remove() on that tr.
Now when i apply the tablesorter plugin to that table, i delete a row
like normal, then click the header of the table to resort it, and the
deleted row pops back up, but i can no longer click on that row to
delete it again. its like all the events on that are gone. The tr
shouldnt be showing up again at all when i sort it, but it is.
anyone have this problem, and does anyone know how to fix this or a
work around?
thanks,
Matthew