gpt4 book ai didi

jquery - 从表中删除 jQuery tablesorter

转载 作者:行者123 更新时间:2023-11-30 06:26:12 25 4
gpt4 key购买 nike

我正在使用 jQuery tablesorter (http://tablesorter.com)。

在被 $('#myTable').tablesorter() 应用到表格后,如何将它从表格中再次删除?

最佳答案

没有内置函数可以执行此操作,但您可以删除类名和事件绑定(bind)以停止其运行...尝试这样的操作:

$('table')
.unbind('appendCache applyWidgetId applyWidgets sorton update updateCell')
.removeClass('tablesorter')
.find('thead th')
.unbind('click mousedown')
.removeClass('header headerSortDown headerSortUp');

如果你运行了 pager 插件,上面的方法将不起作用。

关于jquery - 从表中删除 jQuery tablesorter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20916216/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com