こんにちは、私は 2 つのテーブルを持っています...とにかく jQuery で table@ を動的にテーブル 1 と同じ幅にしますか? td
テーブル 2 の幅をテーブル 1 の幅に設定できれば...それらは完全に整列します...ありがとう
<table id="t1" align="center" class="data_table" style="border-bottom-style: none; margin-bottom: 0px;">
<tr>
<th>
</th>
</tr>
</table>
<table id="t2" align="center" class="data_table" style="border-top-style: none; margin-top: 0px;">
<tr>
<th colspan="9 title="Source of Repair (SOR) Remarks">SOR Remarks</th>
</tr>
<tr>
<td width="845px" colspan="9">
<textarea name="mcRemark" rows="7" cols="100" scrolling="auto">${mcRemark} </textarea>
</td>
</tr>
</table>