gpt4 book ai didi

jquery - 如何使用 jquery 删除所有 Div 内容但不删除 div?

转载 作者:行者123 更新时间:2023-12-01 00:41:51 25 4
gpt4 key购买 nike

如何使用 jquery 删除所有 Div 内容但不删除 div?

div 包含许多 UL、LI、DIV、H1

<div id="container">
<ul>
<li>test</li>
<li>test</li>
</ul>
<div><h1>test</h1></div>
<div><h1>test</h1></div>
<div><h1>test</h1></div>
</div>

我想删除容器中的所有内容。

谢谢

最佳答案

$("#container").empty();

http://api.jquery.com/empty/

empty 比将元素的 html 设置为空有一个优点。来自 documentation :

To avoid memory leaks, jQuery removes other constructs such as data and event handlers from the child elements before removing the elements themselves.

关于jquery - 如何使用 jquery 删除所有 Div 内容但不删除 div?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3561915/

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