I am working with tablesorter plugin and pager plugin. I have written code that looks for a class and decides whether or not to display the row based on which checkboxes are selected.
Example: if i select the checkbox vehicles, the category id is 4, so jquery looks in the table for any rows with class "cat_4" and show() is called. Problem: with the pager plugin, it only "filters" on the current page, it does not filter on the whole data set. How do I tweak and tell the tablesorter/pager plugin that certain are set to display:none so update the table and only include those rows that are set to "show()"?