gpt4 book ai didi

javascript - 在 html-table 中设置某个 td 的文本 - jquery

转载 作者:行者123 更新时间:2023-12-02 14:27:09 25 4
gpt4 key购买 nike

如何使用 jquery 正确设置 html 表格中某个单元格 (td) 的文本?

我之前动态创建了该行

 $('#productOrderTable').append('<tr id="prodBasketPaymOptIdRow1" style="display:none"><td></td><td></td><td> i want to set text here </td></tr>');

所以我有一个行 ID,并想为表中的第三列设置文本。

我知道我可以使用 span-tag 来识别 td,但它认为这种方式更简单,因为实际上我在这一行中有多个 td 需要更改。如果我使用 span-tag,则每个 td 都需要一个。

提前致谢!!!

最佳答案

$( "#prodBasketPaymOptIdRow1 td:nth-child(3)" ).text( "i want to set text here" );

https://api.jquery.com/nth-child-selector/

关于javascript - 在 html-table 中设置某个 td 的文本 - jquery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38123943/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com