简体   繁体   English

将drupal 7自定义模块上的滚动自动加载功能集成到一起吗?

[英]Integrate autoload on scroll with drupal 7 custom module?

我们如何与我们的drupal 7自定义模块或我们的drupal查询集成滚动上的jquery自动加载?

the basic idea would be to find some jquery plugin like http://www.9lessons.info/2009/07/load-data-while-scroll-with-jquery-php.html which provide to load content on scroll 基本的想法是找到一些jquery插件,例如http://www.9lessons.info/2009/07/load-data-while-scroll-with-jquery-php.html ,该插件可以滚动加载内容

and integrate that plugin to your custom module using function drupal_add_js() 并使用drupal_add_js()函数将该插件集成到您的自定义模块中

then on event of jquery plugin scroll make ajax call to load next records 然后在jQuery插件滚动事件时进行ajax调用以加载下一条记录

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM