通过$(‘#myTable’).tablesorter()应用到一个表后,如何从表中再次删除?
$('table') .unbind('appendCache applyWidgetId applyWidgets sorton update updateCell') .removeClass('tablesorter') .find('thead th') .unbind('click mousedown') .removeClass('header headerSortDown headerSortUp');
如果您有寻呼机插件运行,上述将不起作用.