gpt4 book ai didi

javascript - 类选择器在我测试时返回 null

转载 作者:太空宇宙 更新时间:2023-11-03 21:38:53 25 4
gpt4 key购买 nike

我有一个 set html 的 snipper。基本结构是

<div>
<div></div>
<div class="some_class another_class ticket_print_wrapper visible"></div>
</div>

所以我想通过代码插入另一个按钮。为此,我正在使用(目前粗略):

$(".ticket_print_wrapper").insertAfter("<p>Moo</p>");

这里有一个jsfiddle: http://jsfiddle.net/Zmxpt/

它似乎不接受 ".ticket_print_wrapper" 作为对象。谁能打破我在这个问题上的不眠之痛,好吗?

最佳答案

使用 $(".actions").append("<p>Moo</p>");如果您想使用两个按钮在同一级别添加其他内容。

Demo

关于javascript - 类选择器在我测试时返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24943273/

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