【发布时间】:2011-12-08 08:19:26
【问题描述】:
我有一张桌子,在一个单元格中我有这样的东西。 .
<td class="quantity">
[a bunch of spans and divs and all stuff]
</td>
我想在 jquery 中弄清楚如何在单元格底部插入文本,所以结果是:
<td class="quantity">
[a bunch of spans and divs and all stuff]
inserted text
</td>
我需要它工作,不管 td 中还有什么(在“一堆跨度和 div 和所有东西”部分。
这可能吗?
【问题讨论】:
标签: jquery html html-table