jquery瀑布流插件Endless Scroll

容学林
2023-12-01

地址: http://www.oschina.net/p/jquery-endless-scroll

在线演示:http://www.beyondcoding.com/demos/endless-scroll/

参数说明

 * bottomPixels  integer     
 * fireOnce      boolean   为true只执行一次,默认为false      
 * fireDelay     integer      延迟加载毫秒数,默认150毫秒
 * loader        string         加载提示HTML字符串
 * data          string|function  plain HTML data, can be either a string or a function that returns a string
 * insertAfter   string          插入加载提示字符串的jquery选择器
 * callback      function        回调函数  有一个参数  加载次数
 * resetCounter  function        

                  重置触发序列计数器如果函数返回TRUE,该函数也可以执行钩行动因为它被施加在该事件的开始


 * ceaseFire     function        当返回true时,停止加载回调事件


 类似资料: