gpt4 book ai didi

javascript - jquery 自动滚动 prepend() 成功 [如何]

转载 作者:行者123 更新时间:2023-11-30 10:51:05 25 4
gpt4 key购买 nike

我在 jquery ajax() 调用后添加返回的标记 [代码的成功部分如下]

success: function(html){
$("ul#lists").prepend(html);
$("ul#lists li:first").fadeIn("slow");
}

当前置成功时,我希望页面自动滚动到前置发生的位置。我不确定语法,但下面是我想要的。

success: function(html){
if($("ul#lists").prepend(html)) {
//Scroll to the position in the page where the prepend is about to happen
//something similar to the href="#bookmark' in html.
}
$("ul#lists li:first").fadeIn("slow");
}

那我该怎么做呢?

最佳答案

您可以使用 this Ariel Flesler 的插件。

关于javascript - jquery 自动滚动 prepend() 成功 [如何],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5308372/

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