gpt4 book ai didi

javascript - 删除jquery中的div子元素

转载 作者:行者123 更新时间:2023-12-01 02:13:29 25 4
gpt4 key购买 nike

Possible Duplicate:
Replace Div with another Div

<div id='test'>
<span></span>
<p></p>
<button></button>
<h1></h1>
</div>

我的问题是,我们如何删除 button元素并在 jquery 中的同一位置插入其他元素?

最佳答案

使用这个:

   $('#test button').replaceWith('<span>new</span>')

关于javascript - 删除jquery中的div子元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10783815/

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