なぜ機能しないのですか?
jQuery コード:
$("table.test #ro").hide();
HTML:
<table class="test">
<thead><tr class="ro" id='ro' ><th>test</th>
</tr>
</thead>
<tbody>
<tr class="ro"><td>test</td>
</tr>
<tr><td>test</td>
</tr></tbody>
</table>
別の方法で試しました。.hide()
動作し.css('display', 'none')
ていません