jquery tablesorter problem in FF only - header row disappears after show-hide of rows
- by dac
When the page loads, all the records show. Sorting works great until show-hide is used to filter the rows so only some show. Then the header row--with the arrows for sorting--DISAPPEARS. The problem is only in Firefox. It works great in IE7 and IE8.
I'm using jQuery 1.4.2 from google.
Code for show-hide
$(document).ready(function() {
// show…