How can I hide empty html table cells with jQuery?

Posted by Tommy on Stack Overflow See other posts from Stack Overflow or by Tommy
Published on 2010-04-13T18:13:40Z Indexed on 2010/04/13 18:23 UTC
Read the original article Hit count: 263

Filed under:
|
|
|
|

What I have to work with:
An html table 5X7. On many queries, there are less that 35 items filling the complete table.

How can I "hide" the empty cells dynamically in this case, using jQuery (or any other efficient way)?

Thank you.

© Stack Overflow or respective owner

Related posts about web-development

Related posts about jQuery