[jQuery] show() for table elements?
show() only work good for DIV tags, but not table, e.g.
----------------------
<table>
<thead>title...</thead>
<tbody id="test" style="display: none;">
<tr>
<td>22sksksis</td>
</tr>
<tr>
<td>22sksksis</td>
</tr>
<tr>
<td>22sksksis</td>
</tr>
</tbody>
</table>
<span onclick="$('#test').show('show');">hello</span>
----------------------
the effect is ugly, any workaround??
thx...
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/