gpt4 book ai didi

javascript - 原型(prototype)内包装

转载 作者:行者123 更新时间:2023-11-29 10:51:12 25 4
gpt4 key购买 nike

我搜索了文档并尝试了各种技术,但没有找到合适的技术来实现以下 dom 操作:

<h3>hello</h3> 

<h3><a href="#">hello</a></h3>

谢谢。

最佳答案

据我所知,Prototype 没有等同于 jQuery 的 wrapInner()。但是,您可以使用 innerHTML 模拟它:

$$("h3").each(function(element) {
element.replace("<h3><a href='#'>" + element.innerHTML + "</a></h3>");
});

关于javascript - 原型(prototype)内包装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9806935/

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