tablesorter plugin, reset cache, clear cache
I have a table that is dynamically updated via ajax. I remove the rows from the table and add the new rows in html with javascript. Then I intialize tablesorter on it again, But tablesorter still has the old rows in cache so adding the new rows, I end up with double the rows in the table. How can I rest or clear the cache before re-initializing the the tablesorter?