gpt4 book ai didi

jquery - 如何删除没有内部元素的div

转载 作者:行者123 更新时间:2023-12-03 22:54:01 25 4
gpt4 key购买 nike

我想删除一个 div 元素,但不删除它的子元素。例如,假设我有一个带有 id 包装器的 div,其中有 5 个段落。

我只想删除包装 div,但保留段落。我尝试了remove()和detach(),但它们都清除了内部元素。

有什么建议吗?

最佳答案

http://api.jquery.com/unwrap/应该这样做:

The .unwrap() method removes the element's parent. This is effectively the inverse of the .wrap() method. The matched elements (and their siblings, if any) replace their parents within the DOM structure...

关于jquery - 如何删除没有内部元素的div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11252897/

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