Tablesorter Becomes Non-functional After Jquery Page Load
I have a page that has a variable refresh rate, and displays a couple of tables. The tablesorter.js code works fine initially, but after the first refresh its non-functional. I've
Solution 1:
Put:
$("#workstation-table").tablesorter();
inside the callback function of the .load()
call that replaces the table.
Post a Comment for "Tablesorter Becomes Non-functional After Jquery Page Load"