Problem with table sorter plugin
Hi,
I am using jquery table sorter plugin developed by Christian Bach with ajax. I have combo boxes that filter the content of the table. T
he code does not run for these combo box filters based on ajax. I have the table sorter code placed in the main php file and the ajax file. Sorter code works fine with main file but as soon as the ajax function is called and the portion is loaded, sorter and pager both stops working.
Is the code not meant for ajax request or is it my code that is creating a problem? Any help would be highly appreciated.