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"); }); });