core/skin/job-rf.ru/js/lazy.js

3 lines
127 B
JavaScript
Raw Normal View History

2023-02-08 16:59:59 +05:00
$(function(){
$(".lazy").lazyload({ placeholder : "/img/grey.gif", effect : "fadeIn", failure_limit : 2, threshold : 10 });
});