Table cell selector issue in IE8

Table cell selector issue in IE8

This issue has already been reported in Trac[1], but I just wanted to
mention it here.
In IE8 (not using compatibility mode), the :hidden and :visible
selectors do not work on table cells. The Trac page has a couple test
pages, but in general, these selectors fail:
$('td:hidden') and $('td:visible'). Neither one filters the results
properly.
Have a nice Halloween/weekend!
[1] http://dev.jquery.com/ticket/5342
--