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

3 lines
127 B
JavaScript

$(function(){
$(".lazy").lazyload({ placeholder : "/img/grey.gif", effect : "fadeIn", failure_limit : 2, threshold : 10 });
});