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
[email protected]
http://jquery.com/discuss/

Reply via email to