Im using a jquery plugin called tablesorter to sort tables when one of the headers is clicked. However, the table im using is capable of losing/gaining and changing rows. So the HTML is changing, but the tablesorter plugin is not recognizing these changes. So the tablesorter plugin adds old rows when initiated.
I've created an example here: http://jsfiddle.net/mgtc24d8/9/. You can see the issue by clicking "Delete row", then sorting the table by clicking one of the headers. It will re-add the deleted row.
code