使用echo.js渲染方法?

时间:2016-10-06 17:20:33

标签: javascript plugins echo.js

使用Todd Motto的echo.js插件进行延迟加载。我正在试图弄清楚如何在插件中使用.render()。我会像.init()一样使用它还是可以链接在一起?

echo.init({
   debounce: false,
   offset: 100,
   throttle: 250,
   unload: false
});

echo.render({
   debounce: false,
   offset: 100,
   throttle: 250,
   unload: false
});

echo.render().init({
   debounce: false,
   offset: 100,
   throttle: 250,
   unload: false
});

0 个答案:

没有答案