これは非常に簡単な質問かもしれませんが、私はそれを得ることができません。jqueryを使ってクラス「test」でdivの子であるテーブルの幅を取得する方法
<div class="test">
<div id="one">
</div>
<table>
<thead>
<th>Test1</th>
<th>Test2</th>
</thead>
<tbody>
<tr>
<td>
12
</td>
<td>
34
</td>
</tr>
</tbody>
</table>