2

ok i have a table with data in it with a plugin that sorts the table with the text that is in it by clicking on the table header;

i do this with this code

$('.sort-table').tablesorter();

but if the table is reloaded with AJax i Get Duplicated data then when it is sorted is there a way to remove this to then restart it sort of thing .

$('.sort-table').tablesorter();
MasterT
  • 623
  • 1
  • 9
  • 23
  • 2
    There is no such a general thing like "to remove a plugin". Check the plugin documentation if it can detach itself somehow. – zerkms Jan 04 '14 at 02:45

0 Answers0