mirror of https://github.com/layui/layui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.7 KiB
2.7 KiB
属性名 | 描述 | 类型 | 默认值 |
---|---|---|---|
elem |
绑定元素选择器或 DOM 对象 |
string | - |
scrollElem |
指定触发流加载的滚动条所在元素选择器。 |
string |
|
isAuto |
是否自动加载。 若设为 |
boolean |
|
moreText 2.9.11+ |
设置「加载更多」按钮的文本 |
string |
|
end |
设置加载完毕后的最尾部的内容,可传入任意 HTML 字符。 |
string |
|
isLazyimg |
是否开启信息流中的图片懒加载。若设为
|
boolean |
|
mb |
与底部的临界距离。 即当滚动条与底部产生该距离时,触发加载。 必须 小贴士: 此处 |
number |
|
direction 2.9.7+ |
指定触发加载的方向,可选值:
|
string | 'bottom' |
done |
滚动条到达临界点触发加载的回调函数。函数返回的参数如下:
详细用法可参考:#示例 |