gpt4 book ai didi

javascript - 在 html 字符串上使用 JQuery 函数

转载 作者:行者123 更新时间:2023-11-30 13:33:57 24 4
gpt4 key购买 nike

我有一个 html 字符串,我想在其上使用 jquery 函数。该字符串具有如下所示的 divs

var html=        
<div class = foo>
some code
<div class = bar>

//more divs, code

</div>
</div>

我需要从中选择带有 class 'bar' 的 div 并将其用于某些用途。这就是我正在做的

var jqueryObj = jQuery( html);
jQuery('.bar', jqueryObj).wrap( //a new div );

但这似乎不起作用。它没有正确地使用 jqueryObj 的上下文。知道我哪里出错了吗?

最佳答案

你可以做类似 http://jsfiddle.net/mazzzzz/LMZ4V/ 的事情

它选择带有 bar 类的所有内容,并将其 html 设置为 Test,然后将 html 打印到文本区域。

关于javascript - 在 html 字符串上使用 JQuery 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5685197/

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