tablesorter - hide multiple tables based on filter of one column
问题 I am using jquery tablesorter to filter tables. Now I am trying to select a value from an external dropdown and based on that value to hide one or multiple tables. The code should search in the hidden column "Team". If the value is not found in this column the table should "hide". The tables are created by a mysql query and php. These are the table header. echo "<table class='tablesorter' id='".$lid."' style='width:80%'> <thead> <tr> <th colspan='2'><a href='league.php?lid=".$lid."'>".$getlid