gpt4 book ai didi

javascript - HTML 列表 : How can I count the number elemnts retrieved in the list

转载 作者:行者123 更新时间:2023-11-30 16:13:14 25 4
gpt4 key购买 nike

我有一个从数据库结果中填充的列表。如果列表为空,我想通知用户没有检索到任何内容。如果我想添加额外的东西来列出当前有多少元素,这对我也有好处。这是一个示例列表。

<ul id="sampleList">
<li>Element 1</li>
<li>Element 2</li>
<li>Element 3</li>
<li>Element 4</li>
</ul>

基于此列表,我如何使用 jquery 获取列表中的元素数?非常感谢任何帮助。

最佳答案

你可以这样做:

$('#sampleList li').length

关于javascript - HTML 列表 : How can I count the number elemnts retrieved in the list,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35920174/

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