gpt4 book ai didi

javascript - 使用 jQuery 从 元素获取文本

转载 作者:行者123 更新时间:2023-11-30 10:43:10 26 4
gpt4 key购买 nike

if (document.getElementById("td1").innerHTML == "word"){
$("td:first").html("another word");
}

我只想检查是否有这段文字。

最佳答案

你的意思是

if($('#td1').text() === "word"){
$("td:first").html("another word");
}

这匹配<div id=td1>word</div>

关于javascript - 使用 jQuery 从 <td> 元素获取文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9923500/

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