$(function () { $("[id*='c_product_list'] .p_list").addclass("zz-box"); }); settimeout(function(){ $('.zz-box img').each(function(){ srcthis = $(this).attr('src'); console.log(srcthis) $(this).parents(".p_loopitem").attr('data-src',srcthis); }); },500) $(function() { (function() { var w = setinterval(function() { $("img[src*='.jpg_']").each(function() { $(this).attr("src", $(this).attr("src").split(".jpg_")[0] + ".jpg"); }); $("img[src*='.png_']").each(function() { $(this).attr("src", $(this).attr("src").split(".png_")[0] + ".png"); }); }, 100); })(); }); $(function () { $('.zz-box').lightgallery({}); });