gpt4 book ai didi

jquery - 如何在 jQuery 中创建列表元素?

转载 作者:行者123 更新时间:2023-12-01 06:53:08 25 4
gpt4 key购买 nike

我尝试了不同的解决方案,但没有取得太大成功。

我可以添加 <li>添加到我的列表中,但 DOM 无法将其识别为列表元素,因此我稍后无法使用 jQuery 操作它。

这是我尝试过的最后一个代码,但我收到错误消息:

TypeError: $('</li>').class is not a function

代码:

 var data = '<div> some stuff</div>';
var index = "index-" + brand_name[0].toLowerCase();

$("</li>")
.class(index)
.text(data)
.insertAfter($(".brand_list .main-"+index))
.css('display','list-element');

我也尝试过 <li></li><li>但我得到了同样的错误。

非常感谢任何帮助。

最佳答案

您应该使用.addClass()而不是.class()。更多信息请点击:http://api.jquery.com/addClass/

关于jquery - 如何在 jQuery 中创建列表元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11786452/

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