gpt4 book ai didi

javascript - 如何滚动到 ul 的底部?

转载 作者:搜寻专家 更新时间:2023-10-31 21:56:52 24 4
gpt4 key购买 nike

我使用 PhoneGap 开发了一个应用程序。在我的应用程序中,我使用 ui li 在 ListView 中显示了一些元素。在这里我想滚动到列表中的最后一个元素。为此,我使用了以下代码,

$('#dates li').last().addClass('active-li').focus();
$('#dates li').last().focus();

这个我也用过,

$('#dates').scrollTop($('#dates li:nth-child(14)').position().top);;

正在添加额外的类,但焦点不起作用。

最佳答案

添加tabindex属性:

<li tabindex="1"></li>

http://jsfiddle.net/DerekL/GEsmb/

因为你无法专注于li。它不是文本字段或按钮或类似的东西。

关于javascript - 如何滚动到 ul 的底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15757144/

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