gpt4 book ai didi

jquery - 在 Jquery 中将 div 移动到新子级中

转载 作者:行者123 更新时间:2023-12-01 06:48:42 24 4
gpt4 key购买 nike

如何将一个div(保留所有实例化的js)移动到同一div中的新子div?

假设我有这个:

<div id="container">
/*lots of content draggables, scrolls, ..*/
</div>

我想得到这个:

<div id="container">
<div class="innerzone">
/*lots of content draggables, scrolls, ..*/
</div>
</div>

最佳答案

使用:.wrapInner()

$('#container').wrapInner('<div class="innerzone" />');

关于jquery - 在 Jquery 中将 div 移动到新子级中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18483967/

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