jQuery无限滚动触发

发布于 2025-01-07 00:56:37 字数 95 浏览 0 评论 0原文

我正在开发一个使用 jQuery 搜索网站的 Google Chrome 扩展,但当页面使用“无限滚动”时遇到问题。知道刷新页面时如何触发方法吗?也许通过捕获 ajax 响应?

I'm working on a Google Chrome extension that searches the website using jQuery, but am having a problem when a page uses 'infinite scrolling'. Any idea how I could trigger a method when the page is refreshed? Maybe by catching ajax responses?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹏半生如梦愿梦如真 2025-01-14 00:56:37

如果您的意思是尝试加载除非向下滚动否则不可见的内容,那么您可以通过直接调用该函数(如果它在您的范围内已知且可见)来触发内容加载,或者您可以向下滚动并在页面加载后使用 scrollTop 进行备份,并将其设置为文档的高度。

If you mean catch as in attempt to load the content that is otherwise invisible unless you scroll down, then you could trigger the content to load either by directly calling the function (if it is known and visible in your scope) or you can scroll down and back up once the page is loaded using scrollTop and setting it to the height of the document.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文