gpt4 book ai didi

jquery - 为 codeigniter 分页添加无限滚动

转载 作者:行者123 更新时间:2023-12-01 01:26:59 26 4
gpt4 key购买 nike

我一直在尝试使用此插件为 codeigniter 的分页添加无限滚动。

http://www.infinite-scroll.com

这是我到目前为止的代码:

<script type = "text/javascript">

$('#comments').infinitescroll({

navSelector : "a#next:last", // selector for the paged navigation (it will be hidden)
nextSelector : "a#next:last", // selector for the NEXT link (to page 2)
itemSelector : "#comments" // selector for all items you'll retrieve
});

</script>

这是默认用法。让我们假设#comments 包含我的内容。我的分页页面看起来像这样。

http://localhost/ci/index.php/chat/load/p1u/10
http://localhost/ci/index.php/chat/load/p1u/20

等等。

我什至添加了这行代码以使其工作,但没有成功:

<a id="next" href="http://localhost/ci/index.php/chat/load/p1u/10">next page</a>

有什么想法吗?

最佳答案

如果您想使用/1/2/3 而不是/10/20/30,请切换到在 pagination.php 中使用 $config["use_page_numbers"]

关于jquery - 为 codeigniter 分页添加无限滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10938587/

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