setinterval(function() { $("img[lazy-src]").each(function() { $(this).attr("src", $(this).attr("lazy-src")).removeattr("lazy-src"); }); $("img[lazy]").each(function() { $(this).attr("src", $(this).attr("lazy")).removeattr("lazy"); }); });