大家好,我有 2 个表...无论如何在 jQuery 中动态地使表 @ 与表 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>