jQuery tablesorter - loss of functionality after AJAX call

后端 未结 8 1156
庸人自扰
庸人自扰 2021-02-14 06:00

I have recently been experimenting with the tablesorter plugin for jQuery. I have successfully got it up and running in once instance, and am very impressed. However, I have tri

8条回答
  •  感情败类
    2021-02-14 06:37

    Have you tried calling

    $("#myTable").tablesorter();
    

    after the code where you handle the click on tab and repopulate the table??? If not, just give it a try.

提交回复
热议问题