gpt4 book ai didi

javascript - 使用appendchild将一个div添加到另一个div

转载 作者:行者123 更新时间:2023-12-02 14:08:22 24 4
gpt4 key购买 nike

我正在更改这个现有的 WordPress 主题。我正在尝试将页脚中的 div 移动到正文。这是我用appendchild写的,但它似乎不起作用。

function myFunction() {
document.getElementsByClassName("td-post-author-name")[0].setAttribute("id", "block-under-title");
document.getElementsByClassName("td-post-small-box")[0].setAttribute("id", "real-author-name");
var changeName = document.getElementsById("real-author-name");
document.getElementById("block-under-title").appendChild(changeName);
}


window.onload = function() {
myFunction();

};

最佳答案

您有一个拼写错误,没有 getElementsById 方法,将其更改为 getElementById 即可正常工作(第 4 行)

关于javascript - 使用appendchild将一个div添加到另一个div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39860313/

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