Modern Furniture For Villa Project

Modern Furniture For Villa Project


t> $('#footer .mid .fr img').each(function(){ var img = $(this).attr('src'), new_img = img.substring(0,img.lastIndexOf("."))+'_yellow.png'; console.log(img); $(this).attr('src',new_img ); })