gpt4 book ai didi

javascript - 将 html 内容包装在一个 div 中

转载 作者:行者123 更新时间:2023-11-28 15:55:14 25 4
gpt4 key购买 nike

我有一个问题,看起来很简单,但我想不出最好的方法。

下面是我的html结构:

  <div id="PasswordStrengthBorder" style="position: absolute; display: inline;
height:3px; top: 379px; left: 556px; border-style: solid; border-width: 1px;
padding: 2px; width: 200px;"> </div>

<div class="BarIndicator" id="PasswordStrengthBar" style="position: absolute;
display: inline; height: 5px; top: 381px; left: 559px; width: 100px;
background-color: blue;">
</div>

<span style="position: absolute; top: 389px; left: 556px; font-size: 75%;
display: inline-block; width: 200px;">3 more characters, At least 1 more symbol,
1 Upper case characters, 1 lower case character</span>

所有这些都是动态 html,由插件添加到 html 页面。我需要将所有这三个元素包装在一个 div 中。正确的做法是什么?

最佳答案

您可以使用此代码:

$('.yourClass').wrapAll('<div id="wrapper">');

http://api.jquery.com/wrapAll/

关于javascript - 将 html 内容包装在一个 div 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14563759/

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