$(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 () { $(".sfq:nth-child(1)").find(".e_image-5").addclass("show"); $(".sfq").mouseenter(function () { $(this).siblings().find(".e_image-5").removeclass("show"); $(this).find(".e_image-5").addclass("show"); }); });