Have a link that calls the ajax to load content, and after the content is loaded, The jquery function doesn’t work anymore.
A table that I load via a jQuery load command. in the callback of the load function.
You need to call $("#myTable").trigger("update");
after the table data is inserted.
Please take a look at this example on the tablesorter website, it may help you clean up your code for the loading of the content as well.
If you need more help / code, just post a comment. (I think it’ll be better for you to figure it out)
