I am using the jQuery tablesorter (http://tablesorter.com).
After being applied to a table by $(\'#myTable\').tablesorter(), how can I remove it again f
$(\'#myTable\').tablesorter()
From version 2.16 destroy() method has been added in table sorter library, use this method to remove tablesorter from the table.